Shades of Christi #669909
Tints of Christi #669909
RGB
CMYK
RGB Variations
Color information
#669909 (or 0x669909) is known color: Christi. HEX triplet: 66, 99 and 09. RGB value is (102,153,9). Sum of RGB (Red+Green+Blue) = 102+153+9=264 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.64% from 264); Green value is 153 (60.16% from 255 or 57.95% from 264); Blue value is 9 (3.91% from 255 or 3.41% from 264); Max value from RGB is 153 - color contains mainly: green. Hex color #669909 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669909 is #9966F6. Grayscale: #797979. Windows color (decimal): -10053367 or 629094. OLE color: 629094.
HSL color Cylindrical-coordinate representation of color #669909: hue angle of 81.25º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #669909 is Cyan = 0.33, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 102 | 153 | 9 | - |
| CMYK | 0.33 | 0 | 0.94 | 0.4 |
| HSL | 81.25º | 0.89% | 0.32% | - |
| HSV(B) | 81.25º | 0.94% | 0.6% | - |
| XYZ | 16.92 | 25.63 | 4.31 | - |
| YUV | 121.34 | 64.6 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 153 | 9 | 0.33 | 0 | 0.94 | 0.4 | 81.25 | 0.89 | 0.32 |
| Hex | 66 | 99 | 9 | 21 | 0 | 5E | 28 | 51 | 59 | 20 |
| Octal | 146 | 231 | 11 | 41 | 0 | 136 | 50 | 121 | 131 | 40 |
| Binary | 1100110 | 10011001 | 1001 | 100001 | 0 | 1011110 | 101000 | 1010001 | 1011001 | 100000 |
Color Harmonies of #669909
Complementary color
Monochromatic Colors of #669909
Black with #669909
Text Example
Text Example
White with #669909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669909; }
p { color: rgb(102,153,9); }
H1.HeaderClassName
{
color: #669909;
}
.AnyTagClassName
{
color: #669909;
}
</style>
background-color css
<style>
a { background-color: #669909; }
a { background-color: rgb(102,153,9); }
div.DivClassName
{
background-color: #669909;
}
.BgClassName
{
background-color: #669909;
}
</style>
border-color css
<style>
span { border-color: #669909; }
span { border-color: rgb(102,153,9); }
td.TdClassName
{
border-color: #669909;
}
.TagClassName
{
border-color: #669909;
}
</style>