Shades of Christi #66AA20
Tints of Christi #66AA20
RGB
CMYK
RGB Variations
Color information
#66AA20 (or 0x66AA20) is known color: Christi. HEX triplet: 66, AA and 20. RGB value is (102,170,32). Sum of RGB (Red+Green+Blue) = 102+170+32=304 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.55% from 304); Green value is 170 (66.80% from 255 or 55.92% from 304); Blue value is 32 (12.89% from 255 or 10.53% from 304); Max value from RGB is 170 - color contains mainly: green. Hex color #66AA20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66AA20 is #9955DF. Grayscale: #868686. Windows color (decimal): -10048992 or 2140774. OLE color: 2140774.
HSL color Cylindrical-coordinate representation of color #66AA20: hue angle of 89.57º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #66AA20 is Cyan = 0.4, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 170 | 32 | - |
| CMYK | 0.4 | 0 | 0.81 | 0.33 |
| HSL | 89.57º | 0.68% | 0.4% | - |
| HSV(B) | 89.57º | 0.81% | 0.67% | - |
| XYZ | 20.11 | 31.68 | 6.42 | - |
| YUV | 133.94 | 70.47 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 170 | 32 | 0.4 | 0 | 0.81 | 0.33 | 89.57 | 0.68 | 0.4 |
| Hex | 66 | AA | 20 | 28 | 0 | 51 | 21 | 5A | 44 | 28 |
| Octal | 146 | 252 | 40 | 50 | 0 | 121 | 41 | 132 | 104 | 50 |
| Binary | 1100110 | 10101010 | 100000 | 101000 | 0 | 1010001 | 100001 | 1011010 | 1000100 | 101000 |
Color Harmonies of #66AA20
Complementary color
Monochromatic Colors of #66AA20
Black with #66AA20
Text Example
Text Example
White with #66AA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AA20; }
p { color: rgb(102,170,32); }
H1.HeaderClassName
{
color: #66AA20;
}
.AnyTagClassName
{
color: #66AA20;
}
</style>
background-color css
<style>
a { background-color: #66AA20; }
a { background-color: rgb(102,170,32); }
div.DivClassName
{
background-color: #66AA20;
}
.BgClassName
{
background-color: #66AA20;
}
</style>
border-color css
<style>
span { border-color: #66AA20; }
span { border-color: rgb(102,170,32); }
td.TdClassName
{
border-color: #66AA20;
}
.TagClassName
{
border-color: #66AA20;
}
</style>