#66A611

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

Shades of Christi #66A611

Tints of Christi #66A611

Color information

#66A611 (or 0x66A611) is unknown color: approx Christi. HEX triplet: 66, A6 and 11. RGB value is (102,166,17). Sum of RGB (Red+Green+Blue) = 102+166+17=285 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.79% from 285); Green value is 166 (65.23% from 255 or 58.25% from 285); Blue value is 17 (7.03% from 255 or 5.96% from 285); Max value from RGB is 166 - color contains mainly: green. Hex color #66A611 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66A611 is #9959EE. Grayscale: #828282. Windows color (decimal): -10050031 or 1156710. OLE color: 1156710.

HSL color Cylindrical-coordinate representation of color #66A611: hue angle of 85.77º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #66A611 is Cyan = 0.39, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB10216617-
CMYK0.3900.900.35
HSL85.77º81.42%35.88%-
HSV(B)85.77º89.76%65.1%-
XYZ19.2230.145.33-
YUV129.8864.3108.12-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.79%
GREEN value IS 166 (65.23% from 255) = 58.25%
BLUE value IS 17 (7.03% from 255) = 5.96%
R=35.79%
G=58.25%
B=5.96%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal102166170.3900.900.3585.7781.4235.88
Hex66A6112705A23565124
Octal146246214701324312612144
Binary110011010100110100011001110101101010001110101101010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,166,17); }

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

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

 a { background-color: rgb(102,166,17); }

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

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

 span { border-color: rgb(102,166,17); }

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