#66A712

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

Shades of Christi #66A712

Tints of Christi #66A712

Color information

#66A712 (or 0x66A712) is unknown color: approx Christi. HEX triplet: 66, A7 and 12. RGB value is (102,167,18). Sum of RGB (Red+Green+Blue) = 102+167+18=287 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.54% from 287); Green value is 167 (65.62% from 255 or 58.19% from 287); Blue value is 18 (7.42% from 255 or 6.27% from 287); Max value from RGB is 167 - color contains mainly: green. Hex color #66A712 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66A712 is #9958ED. Grayscale: #838383. Windows color (decimal): -10049774 or 1222502. OLE color: 1222502.

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

Color convert

RGB10216718-
CMYK0.3900.890.35
HSL86.17º80.54%36.27%-
HSV(B)86.17º89.22%65.49%-
XYZ19.4130.515.44-
YUV130.5864.47107.62-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.54%
GREEN value IS 167 (65.62% from 255) = 58.19%
BLUE value IS 18 (7.42% from 255) = 6.27%
R=35.54%
G=58.19%
B=6.27%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal102167180.3900.890.3586.1780.5436.27
Hex66A7122705923565124
Octal146247224701314312612144
Binary110011010100111100101001110101100110001110101101010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,167,18); }

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

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

 a { background-color: rgb(102,167,18); }

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

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

 span { border-color: rgb(102,167,18); }

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