#679B13

Color #679B13 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #679B13

Tints of Christi #679B13

Color information

#679B13 (or 0x679B13) is unknown color: approx Christi. HEX triplet: 67, 9B and 13. RGB value is (103,155,19). Sum of RGB (Red+Green+Blue) = 103+155+19=277 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.18% from 277); Green value is 155 (60.94% from 255 or 55.96% from 277); Blue value is 19 (7.81% from 255 or 6.86% from 277); Max value from RGB is 155 - color contains mainly: green. Hex color #679B13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679B13 is #9864EC. Grayscale: #7C7C7C. Windows color (decimal): -9987309 or 1284967. OLE color: 1284967.

HSL color Cylindrical-coordinate representation of color #679B13: hue angle of 82.94º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #679B13 is Cyan = 0.34, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB10315519-
CMYK0.3400.880.39
HSL82.94º78.16%34.12%-
HSV(B)82.94º87.74%60.78%-
XYZ17.4326.374.79-
YUV123.9568.77113.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 103 (40.62% from 255) = 37.18%
GREEN value IS 155 (60.94% from 255) = 55.96%
BLUE value IS 19 (7.81% from 255) = 6.86%
R=37.18%
G=55.96%
B=6.86%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal103155190.3400.880.3982.9478.1634.12
Hex679B132205827534e22
Octal147233234201304712311642
Binary110011110011011100111000100101100010011110100111001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679B13; }

 p { color: rgb(103,155,19); }

 H1.HeaderClassName
 {
   color: #679B13;
 }
 .AnyTagClassName
 {
   color: #679B13;
 }
</style>
background-color css

<style>
 a { background-color: #679B13; }

 a { background-color: rgb(103,155,19); }

 div.DivClassName
 {
   background-color: #679B13;
 }
 .BgClassName
 {
   background-color: #679B13;
 }
</style>
border-color css

<style>
 span { border-color: #679B13; }

 span { border-color: rgb(103,155,19); }

 td.TdClassName
 {
   border-color: #679B13;
 }
 .TagClassName
 {
   border-color: #679B13;
 }
</style>