Shades of Christi #669C16
Tints of Christi #669C16
RGB
CMYK
RGB Variations
Color information
#669C16 (or 0x669C16) is known color: Christi. HEX triplet: 66, 9C and 16. RGB value is (102,156,22). Sum of RGB (Red+Green+Blue) = 102+156+22=280 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.43% from 280); Green value is 156 (61.33% from 255 or 55.71% from 280); Blue value is 22 (8.98% from 255 or 7.86% from 280); Max value from RGB is 156 - color contains mainly: green. Hex color #669C16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669C16 is #9963E9. Grayscale: #7D7D7D. Windows color (decimal): -10052586 or 1481830. OLE color: 1481830.
HSL color Cylindrical-coordinate representation of color #669C16: hue angle of 84.18º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #669C16 is Cyan = 0.35, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 156 | 22 | - |
| CMYK | 0.35 | 0 | 0.86 | 0.39 |
| HSL | 84.18º | 0.75% | 0.35% | - |
| HSV(B) | 84.18º | 0.86% | 0.61% | - |
| XYZ | 17.51 | 26.66 | 4.98 | - |
| YUV | 124.58 | 70.11 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 156 | 22 | 0.35 | 0 | 0.86 | 0.39 | 84.18 | 0.75 | 0.35 |
| Hex | 66 | 9C | 16 | 23 | 0 | 56 | 27 | 54 | 4B | 23 |
| Octal | 146 | 234 | 26 | 43 | 0 | 126 | 47 | 124 | 113 | 43 |
| Binary | 1100110 | 10011100 | 10110 | 100011 | 0 | 1010110 | 100111 | 1010100 | 1001011 | 100011 |
Color Harmonies of #669C16
Complementary color
Monochromatic Colors of #669C16
Black with #669C16
Text Example
Text Example
White with #669C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669C16; }
p { color: rgb(102,156,22); }
H1.HeaderClassName
{
color: #669C16;
}
.AnyTagClassName
{
color: #669C16;
}
</style>
background-color css
<style>
a { background-color: #669C16; }
a { background-color: rgb(102,156,22); }
div.DivClassName
{
background-color: #669C16;
}
.BgClassName
{
background-color: #669C16;
}
</style>
border-color css
<style>
span { border-color: #669C16; }
span { border-color: rgb(102,156,22); }
td.TdClassName
{
border-color: #669C16;
}
.TagClassName
{
border-color: #669C16;
}
</style>