#66A602

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

Shades of Christi #66A602

Tints of Christi #66A602

Color information

#66A602 (or 0x66A602) is unknown color: approx Christi. HEX triplet: 66, A6 and 02. RGB value is (102,166,2). Sum of RGB (Red+Green+Blue) = 102+166+2=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 166 (65.23% from 255 or 61.48% from 270); Blue value is 2 (1.17% from 255 or 0.74% from 270); Max value from RGB is 166 - color contains mainly: green. Hex color #66A602 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66A602 is #9959FD. Grayscale: #808080. Windows color (decimal): -10050046 or 173670. OLE color: 173670.

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

Color convert

RGB1021662-
CMYK0.3900.990.35
HSL83.41º97.62%32.94%-
HSV(B)83.41º98.8%65.1%-
XYZ19.1330.14.86-
YUV128.1756.8109.34-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.78%
GREEN value IS 166 (65.23% from 255) = 61.48%
BLUE value IS 2 (1.17% from 255) = 0.74%
R=37.78%
G=61.48%
B=0.74%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal10216620.3900.990.3583.4197.6232.94
Hex66A622706323536221
Octal14624624701434312314241
Binary110011010100110101001110110001110001110100111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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