#679D18

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

Shades of Christi #679D18

Tints of Christi #679D18

Color information

#679D18 (or 0x679D18) is unknown color: approx Christi. HEX triplet: 67, 9D and 18. RGB value is (103,157,24). Sum of RGB (Red+Green+Blue) = 103+157+24=284 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.27% from 284); Green value is 157 (61.72% from 255 or 55.28% from 284); Blue value is 24 (9.77% from 255 or 8.45% from 284); Max value from RGB is 157 - color contains mainly: green. Hex color #679D18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679D18 is #9862E7. Grayscale: #7E7E7E. Windows color (decimal): -9986792 or 1613159. OLE color: 1613159.

HSL color Cylindrical-coordinate representation of color #679D18: hue angle of 84.36º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #679D18 is Cyan = 0.34, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.38.

Color convert

RGB10315724-
CMYK0.3400.850.38
HSL84.36º73.48%35.49%-
HSV(B)84.36º84.71%61.57%-
XYZ17.8227.065.15-
YUV125.6970.61111.81-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.27%
GREEN value IS 157 (61.72% from 255) = 55.28%
BLUE value IS 24 (9.77% from 255) = 8.45%
R=36.27%
G=55.28%
B=8.45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal103157240.3400.850.3884.3673.4835.49
Hex679D182205526544923
Octal147235304201254612411143
Binary110011110011101110001000100101010110011010101001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,157,24); }

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

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

 a { background-color: rgb(103,157,24); }

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

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

 span { border-color: rgb(103,157,24); }

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