Shades of Christi #66A309
Tints of Christi #66A309
RGB
CMYK
RGB Variations
Color information
#66A309 (or 0x66A309) is known color: Christi. HEX triplet: 66, A3 and 09. RGB value is (102,163,9). Sum of RGB (Red+Green+Blue) = 102+163+9=274 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.23% from 274); Green value is 163 (64.06% from 255 or 59.49% from 274); Blue value is 9 (3.91% from 255 or 3.28% from 274); Max value from RGB is 163 - color contains mainly: green. Hex color #66A309 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66A309 is #995CF6. Grayscale: #7F7F7F. Windows color (decimal): -10050807 or 631654. OLE color: 631654.
HSL color Cylindrical-coordinate representation of color #66A309: hue angle of 83.77º degrees, saturation: 0.9, 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 #66A309 is Cyan = 0.37, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 102 | 163 | 9 | - |
| CMYK | 0.37 | 0 | 0.94 | 0.36 |
| HSL | 83.77º | 0.9% | 0.34% | - |
| HSV(B) | 83.77º | 0.94% | 0.64% | - |
| XYZ | 18.63 | 29.04 | 4.88 | - |
| YUV | 127.21 | 61.29 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 163 | 9 | 0.37 | 0 | 0.94 | 0.36 | 83.77 | 0.9 | 0.34 |
| Hex | 66 | A3 | 9 | 25 | 0 | 5E | 24 | 54 | 5A | 22 |
| Octal | 146 | 243 | 11 | 45 | 0 | 136 | 44 | 124 | 132 | 42 |
| Binary | 1100110 | 10100011 | 1001 | 100101 | 0 | 1011110 | 100100 | 1010100 | 1011010 | 100010 |
Color Harmonies of #66A309
Complementary color
Monochromatic Colors of #66A309
Black with #66A309
Text Example
Text Example
White with #66A309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A309; }
p { color: rgb(102,163,9); }
H1.HeaderClassName
{
color: #66A309;
}
.AnyTagClassName
{
color: #66A309;
}
</style>
background-color css
<style>
a { background-color: #66A309; }
a { background-color: rgb(102,163,9); }
div.DivClassName
{
background-color: #66A309;
}
.BgClassName
{
background-color: #66A309;
}
</style>
border-color css
<style>
span { border-color: #66A309; }
span { border-color: rgb(102,163,9); }
td.TdClassName
{
border-color: #66A309;
}
.TagClassName
{
border-color: #66A309;
}
</style>