Shades of Christi #66A60D
Tints of Christi #66A60D
RGB
CMYK
RGB Variations
Color information
#66A60D (or 0x66A60D) is known color: Christi. HEX triplet: 66, A6 and 0D. RGB value is (102,166,13). Sum of RGB (Red+Green+Blue) = 102+166+13=281 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.30% from 281); Green value is 166 (65.23% from 255 or 59.07% from 281); Blue value is 13 (5.47% from 255 or 4.63% from 281); Max value from RGB is 166 - color contains mainly: green. Hex color #66A60D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66A60D is #9959F2. Grayscale: #818181. Windows color (decimal): -10050035 or 894566. OLE color: 894566.
HSL color Cylindrical-coordinate representation of color #66A60D: hue angle of 85.1º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #66A60D is Cyan = 0.39, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 102 | 166 | 13 | - |
| CMYK | 0.39 | 0 | 0.92 | 0.35 |
| HSL | 85.1º | 0.85% | 0.35% | - |
| HSV(B) | 85.1º | 0.92% | 0.65% | - |
| XYZ | 19.19 | 30.13 | 5.18 | - |
| YUV | 129.42 | 62.3 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 166 | 13 | 0.39 | 0 | 0.92 | 0.35 | 85.1 | 0.85 | 0.35 |
| Hex | 66 | A6 | D | 27 | 0 | 5C | 23 | 55 | 55 | 23 |
| Octal | 146 | 246 | 15 | 47 | 0 | 134 | 43 | 125 | 125 | 43 |
| Binary | 1100110 | 10100110 | 1101 | 100111 | 0 | 1011100 | 100011 | 1010101 | 1010101 | 100011 |
Color Harmonies of #66A60D
Complementary color
Monochromatic Colors of #66A60D
Black with #66A60D
Text Example
Text Example
White with #66A60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A60D; }
p { color: rgb(102,166,13); }
H1.HeaderClassName
{
color: #66A60D;
}
.AnyTagClassName
{
color: #66A60D;
}
</style>
background-color css
<style>
a { background-color: #66A60D; }
a { background-color: rgb(102,166,13); }
div.DivClassName
{
background-color: #66A60D;
}
.BgClassName
{
background-color: #66A60D;
}
</style>
border-color css
<style>
span { border-color: #66A60D; }
span { border-color: rgb(102,166,13); }
td.TdClassName
{
border-color: #66A60D;
}
.TagClassName
{
border-color: #66A60D;
}
</style>