#669D18

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

Shades of Christi #669D18

Tints of Christi #669D18

Color information

#669D18 (or 0x669D18) is unknown color: approx Christi. HEX triplet: 66, 9D and 18. RGB value is (102,157,24). Sum of RGB (Red+Green+Blue) = 102+157+24=283 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.04% from 283); Green value is 157 (61.72% from 255 or 55.48% from 283); Blue value is 24 (9.77% from 255 or 8.48% from 283); Max value from RGB is 157 - color contains mainly: green. Hex color #669D18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669D18 is #9962E7. Grayscale: #7D7D7D. Windows color (decimal): -10052328 or 1613158. OLE color: 1613158.

HSL color Cylindrical-coordinate representation of color #669D18: hue angle of 84.81º 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 #669D18 is Cyan = 0.35, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.38.

Color convert

RGB10215724-
CMYK0.3500.850.38
HSL84.81º73.48%35.49%-
HSV(B)84.81º84.71%61.57%-
XYZ17.7275.14-
YUV125.3970.78111.31-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.04%
GREEN value IS 157 (61.72% from 255) = 55.48%
BLUE value IS 24 (9.77% from 255) = 8.48%
R=36.04%
G=55.48%
B=8.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal102157240.3500.850.3884.8173.4835.49
Hex669D182305526554923
Octal146235304301254612511143
Binary110011010011101110001000110101010110011010101011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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