#66AB0C

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

Shades of Christi #66AB0C

Tints of Christi #66AB0C

Color information

#66AB0C (or 0x66AB0C) is unknown color: approx Christi. HEX triplet: 66, AB and 0C. RGB value is (102,171,12). Sum of RGB (Red+Green+Blue) = 102+171+12=285 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.79% from 285); Green value is 171 (67.19% from 255 or 60% from 285); Blue value is 12 (5.08% from 255 or 4.21% from 285); Max value from RGB is 171 - color contains mainly: green. Hex color #66AB0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66AB0C is #9954F3. Grayscale: #848484. Windows color (decimal): -10048756 or 830310. OLE color: 830310.

HSL color Cylindrical-coordinate representation of color #66AB0C: hue angle of 86.04º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #66AB0C is Cyan = 0.40, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB10217112-
CMYK0.4000.930.33
HSL86.04º86.89%35.88%-
HSV(B)86.04º92.98%67.06%-
XYZ20.1131.985.46-
YUV132.2460.14106.43-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.79%
GREEN value IS 171 (67.19% from 255) = 60%
BLUE value IS 12 (5.08% from 255) = 4.21%
R=35.79%
G=60%
B=4.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal102171120.4000.930.3386.0486.8935.88
Hex66ABC2805D21565724
Octal146253145001354112612744
Binary11001101010101111001010000101110110000110101101010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AB0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66AB0C; }

 p { color: rgb(102,171,12); }

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

<style>
 a { background-color: #66AB0C; }

 a { background-color: rgb(102,171,12); }

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

<style>
 span { border-color: #66AB0C; }

 span { border-color: rgb(102,171,12); }

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