#66AA22

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

Shades of Christi #66AA22

Tints of Christi #66AA22

Color information

#66AA22 (or 0x66AA22) is unknown color: approx Christi. HEX triplet: 66, AA and 22. RGB value is (102,170,34). Sum of RGB (Red+Green+Blue) = 102+170+34=306 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.33% from 306); Green value is 170 (66.80% from 255 or 55.56% from 306); Blue value is 34 (13.67% from 255 or 11.11% from 306); Max value from RGB is 170 - color contains mainly: green. Hex color #66AA22 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66AA22 is #9955DD. Grayscale: #868686. Windows color (decimal): -10048990 or 2271846. OLE color: 2271846.

HSL color Cylindrical-coordinate representation of color #66AA22: hue angle of 90º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #66AA22 is Cyan = 0.4, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.33.

Color convert

RGB10217034-
CMYK0.400.800.33
HSL90º66.67%40%-
HSV(B)90º80%66.67%-
XYZ20.1431.696.57-
YUV134.1671.47105.06-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.33%
GREEN value IS 170 (66.80% from 255) = 55.56%
BLUE value IS 34 (13.67% from 255) = 11.11%
R=33.33%
G=55.56%
B=11.11%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal102170340.400.800.339066.6740
Hex66AA2228050215a4328
Octal146252425001204113210350
Binary1100110101010101000101010000101000010000110110101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AA22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,170,34); }

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

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

 a { background-color: rgb(102,170,34); }

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

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

 span { border-color: rgb(102,170,34); }

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