#669C08

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

Shades of Christi #669C08

Tints of Christi #669C08

Color information

#669C08 (or 0x669C08) is unknown color: approx Christi. HEX triplet: 66, 9C and 08. RGB value is (102,156,8). Sum of RGB (Red+Green+Blue) = 102+156+8=266 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.35% from 266); Green value is 156 (61.33% from 255 or 58.65% from 266); Blue value is 8 (3.52% from 255 or 3.01% from 266); Max value from RGB is 156 - color contains mainly: green. Hex color #669C08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669C08 is #9963F7. Grayscale: #7B7B7B. Windows color (decimal): -10052600 or 564326. OLE color: 564326.

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

Color convert

RGB1021568-
CMYK0.3500.950.39
HSL81.89º90.24%32.16%-
HSV(B)81.89º94.87%61.18%-
XYZ17.4126.624.45-
YUV122.9863.11113.03-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.35%
GREEN value IS 156 (61.33% from 255) = 58.65%
BLUE value IS 8 (3.52% from 255) = 3.01%
R=38.35%
G=58.65%
B=3.01%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal10215680.3500.950.3981.8990.2432.16
Hex669C82305F27525a20
Octal146234104301374712213240
Binary11001101001110010001000110101111110011110100101011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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