#66A920

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

Shades of Christi #66A920

Tints of Christi #66A920

Color information

#66A920 (or 0x66A920) is unknown color: approx Christi. HEX triplet: 66, A9 and 20. RGB value is (102,169,32). Sum of RGB (Red+Green+Blue) = 102+169+32=303 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.66% from 303); Green value is 169 (66.41% from 255 or 55.78% from 303); Blue value is 32 (12.89% from 255 or 10.56% from 303); Max value from RGB is 169 - color contains mainly: green. Hex color #66A920 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A920 is #9956DF. Grayscale: #858585. Windows color (decimal): -10049248 or 2140518. OLE color: 2140518.

HSL color Cylindrical-coordinate representation of color #66A920: hue angle of 89.34º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #66A920 is Cyan = 0.40, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.34.

Color convert

RGB10216932-
CMYK0.4000.810.34
HSL89.34º68.16%39.41%-
HSV(B)89.34º81.07%66.27%-
XYZ19.9331.316.36-
YUV133.3570.8105.64-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.66%
GREEN value IS 169 (66.41% from 255) = 55.78%
BLUE value IS 32 (12.89% from 255) = 10.56%
R=33.66%
G=55.78%
B=10.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal102169320.4000.810.3489.3468.1639.41
Hex66A9202805122594427
Octal146251405001214213110447
Binary1100110101010011000001010000101000110001010110011000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,169,32); }

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

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

 a { background-color: rgb(102,169,32); }

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

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

 span { border-color: rgb(102,169,32); }

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