#669C18

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

Shades of Christi #669C18

Tints of Christi #669C18

Color information

#669C18 (or 0x669C18) is unknown color: approx Christi. HEX triplet: 66, 9C and 18. RGB value is (102,156,24). Sum of RGB (Red+Green+Blue) = 102+156+24=282 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.17% from 282); Green value is 156 (61.33% from 255 or 55.32% from 282); Blue value is 24 (9.77% from 255 or 8.51% from 282); Max value from RGB is 156 - color contains mainly: green. Hex color #669C18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669C18 is #9963E7. Grayscale: #7D7D7D. Windows color (decimal): -10052584 or 1612902. OLE color: 1612902.

HSL color Cylindrical-coordinate representation of color #669C18: hue angle of 84.55º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #669C18 is Cyan = 0.35, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.39.

Color convert

RGB10215624-
CMYK0.3500.850.39
HSL84.55º73.33%35.29%-
HSV(B)84.55º84.62%61.18%-
XYZ17.5326.675.09-
YUV124.8171.11111.73-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.17%
GREEN value IS 156 (61.33% from 255) = 55.32%
BLUE value IS 24 (9.77% from 255) = 8.51%
R=36.17%
G=55.32%
B=8.51%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal102156240.3500.850.3984.5573.3335.29
Hex669C182305527554923
Octal146234304301254712511143
Binary110011010011100110001000110101010110011110101011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669C18; }

 p { color: rgb(102,156,24); }

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

<style>
 a { background-color: #669C18; }

 a { background-color: rgb(102,156,24); }

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

<style>
 span { border-color: #669C18; }

 span { border-color: rgb(102,156,24); }

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