Shades of Christi #669F16
Tints of Christi #669F16
RGB
CMYK
RGB Variations
Color information
#669F16 (or 0x669F16) is known color: Christi. HEX triplet: 66, 9F and 16. RGB value is (102,159,22). Sum of RGB (Red+Green+Blue) = 102+159+22=283 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.04% from 283); Green value is 159 (62.5% from 255 or 56.18% from 283); Blue value is 22 (8.98% from 255 or 7.77% from 283); Max value from RGB is 159 - color contains mainly: green. Hex color #669F16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669F16 is #9960E9. Grayscale: #7E7E7E. Windows color (decimal): -10051818 or 1482598. OLE color: 1482598.
HSL color Cylindrical-coordinate representation of color #669F16: hue angle of 84.96º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #669F16 is Cyan = 0.36, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 159 | 22 | - |
| CMYK | 0.36 | 0 | 0.86 | 0.38 |
| HSL | 84.96º | 0.76% | 0.35% | - |
| HSV(B) | 84.96º | 0.86% | 0.62% | - |
| XYZ | 18.02 | 27.68 | 5.15 | - |
| YUV | 126.34 | 69.12 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 159 | 22 | 0.36 | 0 | 0.86 | 0.38 | 84.96 | 0.76 | 0.35 |
| Hex | 66 | 9F | 16 | 24 | 0 | 56 | 26 | 55 | 4C | 23 |
| Octal | 146 | 237 | 26 | 44 | 0 | 126 | 46 | 125 | 114 | 43 |
| Binary | 1100110 | 10011111 | 10110 | 100100 | 0 | 1010110 | 100110 | 1010101 | 1001100 | 100011 |
Color Harmonies of #669F16
Complementary color
Monochromatic Colors of #669F16
Black with #669F16
Text Example
Text Example
White with #669F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669F16; }
p { color: rgb(102,159,22); }
H1.HeaderClassName
{
color: #669F16;
}
.AnyTagClassName
{
color: #669F16;
}
</style>
background-color css
<style>
a { background-color: #669F16; }
a { background-color: rgb(102,159,22); }
div.DivClassName
{
background-color: #669F16;
}
.BgClassName
{
background-color: #669F16;
}
</style>
border-color css
<style>
span { border-color: #669F16; }
span { border-color: rgb(102,159,22); }
td.TdClassName
{
border-color: #669F16;
}
.TagClassName
{
border-color: #669F16;
}
</style>