Shades of Christi #66A200
Tints of Christi #66A200
RGB
CMYK
RGB Variations
Color information
#66A200 (or 0x66A200) is known color: Christi. HEX triplet: 66, A2 and 00. RGB value is (102,162,0). Sum of RGB (Red+Green+Blue) = 102+162+0=264 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.64% from 264); Green value is 162 (63.67% from 255 or 61.36% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 162 - color contains mainly: green. Hex color #66A200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66A200 is #995DFF. Grayscale: #7E7E7E. Windows color (decimal): -10051072 or 41574. OLE color: 41574.
HSL color Cylindrical-coordinate representation of color #66A200: hue angle of 82.22º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #66A200 is Cyan = 0.37, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 102 | 162 | 0 | - |
| CMYK | 0.37 | 0 | 1 | 0.36 |
| HSL | 82.22º | 1% | 0.32% | - |
| HSV(B) | 82.22º | 1% | 0.64% | - |
| XYZ | 18.4 | 28.67 | 4.56 | - |
| YUV | 125.59 | 57.12 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 162 | 0 | 0.37 | 0 | 1 | 0.36 | 82.22 | 1 | 0.32 |
| Hex | 66 | A2 | 0 | 25 | 0 | 64 | 24 | 52 | 64 | 20 |
| Octal | 146 | 242 | 0 | 45 | 0 | 144 | 44 | 122 | 144 | 40 |
| Binary | 1100110 | 10100010 | 0 | 100101 | 0 | 1100100 | 100100 | 1010010 | 1100100 | 100000 |
Color Harmonies of #66A200
Complementary color
Monochromatic Colors of #66A200
Black with #66A200
Text Example
Text Example
White with #66A200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A200; }
p { color: rgb(102,162,0); }
H1.HeaderClassName
{
color: #66A200;
}
.AnyTagClassName
{
color: #66A200;
}
</style>
background-color css
<style>
a { background-color: #66A200; }
a { background-color: rgb(102,162,0); }
div.DivClassName
{
background-color: #66A200;
}
.BgClassName
{
background-color: #66A200;
}
</style>
border-color css
<style>
span { border-color: #66A200; }
span { border-color: rgb(102,162,0); }
td.TdClassName
{
border-color: #66A200;
}
.TagClassName
{
border-color: #66A200;
}
</style>