Shades of Christi #66A30A
Tints of Christi #66A30A
RGB
CMYK
RGB Variations
Color information
#66A30A (or 0x66A30A) is known color: Christi. HEX triplet: 66, A3 and 0A. RGB value is (102,163,10). Sum of RGB (Red+Green+Blue) = 102+163+10=275 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.09% from 275); Green value is 163 (64.06% from 255 or 59.27% from 275); Blue value is 10 (4.30% from 255 or 3.64% from 275); Max value from RGB is 163 - color contains mainly: green. Hex color #66A30A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66A30A is #995CF5. Grayscale: #7F7F7F. Windows color (decimal): -10050806 or 697190. OLE color: 697190.
HSL color Cylindrical-coordinate representation of color #66A30A: hue angle of 83.92º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #66A30A is Cyan = 0.37, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 102 | 163 | 10 | - |
| CMYK | 0.37 | 0 | 0.94 | 0.36 |
| HSL | 83.92º | 0.88% | 0.34% | - |
| HSV(B) | 83.92º | 0.94% | 0.64% | - |
| XYZ | 18.63 | 29.04 | 4.91 | - |
| YUV | 127.32 | 61.79 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 163 | 10 | 0.37 | 0 | 0.94 | 0.36 | 83.92 | 0.88 | 0.34 |
| Hex | 66 | A3 | A | 25 | 0 | 5E | 24 | 54 | 58 | 22 |
| Octal | 146 | 243 | 12 | 45 | 0 | 136 | 44 | 124 | 130 | 42 |
| Binary | 1100110 | 10100011 | 1010 | 100101 | 0 | 1011110 | 100100 | 1010100 | 1011000 | 100010 |
Color Harmonies of #66A30A
Complementary color
Monochromatic Colors of #66A30A
Black with #66A30A
Text Example
Text Example
White with #66A30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A30A; }
p { color: rgb(102,163,10); }
H1.HeaderClassName
{
color: #66A30A;
}
.AnyTagClassName
{
color: #66A30A;
}
</style>
background-color css
<style>
a { background-color: #66A30A; }
a { background-color: rgb(102,163,10); }
div.DivClassName
{
background-color: #66A30A;
}
.BgClassName
{
background-color: #66A30A;
}
</style>
border-color css
<style>
span { border-color: #66A30A; }
span { border-color: rgb(102,163,10); }
td.TdClassName
{
border-color: #66A30A;
}
.TagClassName
{
border-color: #66A30A;
}
</style>