#66B312

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

Shades of Christi #66B312

Tints of Christi #66B312

Color information

#66B312 (or 0x66B312) is unknown color: approx Christi. HEX triplet: 66, B3 and 12. RGB value is (102,179,18). Sum of RGB (Red+Green+Blue) = 102+179+18=299 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.11% from 299); Green value is 179 (70.31% from 255 or 59.87% from 299); Blue value is 18 (7.42% from 255 or 6.02% from 299); Max value from RGB is 179 - color contains mainly: green. Hex color #66B312 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66B312 is #994CED. Grayscale: #8A8A8A. Windows color (decimal): -10046702 or 1225574. OLE color: 1225574.

HSL color Cylindrical-coordinate representation of color #66B312: hue angle of 88.7º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #66B312 is Cyan = 0.43, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB10217918-
CMYK0.4300.900.30
HSL88.7º81.73%38.63%-
HSV(B)88.7º89.94%70.2%-
XYZ21.7135.116.2-
YUV137.6260.49102.59-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.11%
GREEN value IS 179 (70.31% from 255) = 59.87%
BLUE value IS 18 (7.42% from 255) = 6.02%
R=34.11%
G=59.87%
B=6.02%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal102179180.4300.900.3088.781.7338.63
Hex66B3122B05A1E595227
Octal146263225301323613112247
Binary11001101011001110010101011010110101111010110011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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