Shades of Christi #66A002
Tints of Christi #66A002
RGB
CMYK
RGB Variations
Color information
#66A002 (or 0x66A002) is known color: Christi. HEX triplet: 66, A0 and 02. RGB value is (102,160,2). Sum of RGB (Red+Green+Blue) = 102+160+2=264 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.64% from 264); Green value is 160 (62.89% from 255 or 60.61% from 264); Blue value is 2 (1.17% from 255 or 0.76% from 264); Max value from RGB is 160 - color contains mainly: green. Hex color #66A002 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66A002 is #995FFD. Grayscale: #7D7D7D. Windows color (decimal): -10051582 or 172134. OLE color: 172134.
HSL color Cylindrical-coordinate representation of color #66A002: hue angle of 82.03º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #66A002 is Cyan = 0.36, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 102 | 160 | 2 | - |
| CMYK | 0.36 | 0 | 0.99 | 0.37 |
| HSL | 82.03º | 0.98% | 0.32% | - |
| HSV(B) | 82.03º | 0.99% | 0.63% | - |
| XYZ | 18.06 | 27.97 | 4.5 | - |
| YUV | 124.65 | 58.78 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 160 | 2 | 0.36 | 0 | 0.99 | 0.37 | 82.03 | 0.98 | 0.32 |
| Hex | 66 | A0 | 2 | 24 | 0 | 63 | 25 | 52 | 62 | 20 |
| Octal | 146 | 240 | 2 | 44 | 0 | 143 | 45 | 122 | 142 | 40 |
| Binary | 1100110 | 10100000 | 10 | 100100 | 0 | 1100011 | 100101 | 1010010 | 1100010 | 100000 |
Color Harmonies of #66A002
Complementary color
Monochromatic Colors of #66A002
Black with #66A002
Text Example
Text Example
White with #66A002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A002; }
p { color: rgb(102,160,2); }
H1.HeaderClassName
{
color: #66A002;
}
.AnyTagClassName
{
color: #66A002;
}
</style>
background-color css
<style>
a { background-color: #66A002; }
a { background-color: rgb(102,160,2); }
div.DivClassName
{
background-color: #66A002;
}
.BgClassName
{
background-color: #66A002;
}
</style>
border-color css
<style>
span { border-color: #66A002; }
span { border-color: rgb(102,160,2); }
td.TdClassName
{
border-color: #66A002;
}
.TagClassName
{
border-color: #66A002;
}
</style>