Shades of Christi #659D16
Tints of Christi #659D16
RGB
CMYK
RGB Variations
Color information
#659D16 (or 0x659D16) is known color: Christi. HEX triplet: 65, 9D and 16. RGB value is (101,157,22). Sum of RGB (Red+Green+Blue) = 101+157+22=280 (37% of max value = 765). Red value is 101 (39.84% from 255 or 36.07% from 280); Green value is 157 (61.72% from 255 or 56.07% from 280); Blue value is 22 (8.98% from 255 or 7.86% from 280); Max value from RGB is 157 - color contains mainly: green. Hex color #659D16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659D16 is #9A62E9. Grayscale: #7D7D7D. Windows color (decimal): -10117866 or 1482085. OLE color: 1482085.
HSL color Cylindrical-coordinate representation of color #659D16: hue angle of 84.89º degrees, saturation: 0.75, 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 #659D16 is Cyan = 0.36, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 157 | 22 | - |
| CMYK | 0.36 | 0 | 0.86 | 0.38 |
| HSL | 84.89º | 0.75% | 0.35% | - |
| HSV(B) | 84.89º | 0.86% | 0.62% | - |
| XYZ | 17.57 | 26.94 | 5.03 | - |
| YUV | 124.87 | 69.95 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 157 | 22 | 0.36 | 0 | 0.86 | 0.38 | 84.89 | 0.75 | 0.35 |
| Hex | 65 | 9D | 16 | 24 | 0 | 56 | 26 | 55 | 4B | 23 |
| Octal | 145 | 235 | 26 | 44 | 0 | 126 | 46 | 125 | 113 | 43 |
| Binary | 1100101 | 10011101 | 10110 | 100100 | 0 | 1010110 | 100110 | 1010101 | 1001011 | 100011 |
Color Harmonies of #659D16
Complementary color
Monochromatic Colors of #659D16
Black with #659D16
Text Example
Text Example
White with #659D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659D16; }
p { color: rgb(101,157,22); }
H1.HeaderClassName
{
color: #659D16;
}
.AnyTagClassName
{
color: #659D16;
}
</style>
background-color css
<style>
a { background-color: #659D16; }
a { background-color: rgb(101,157,22); }
div.DivClassName
{
background-color: #659D16;
}
.BgClassName
{
background-color: #659D16;
}
</style>
border-color css
<style>
span { border-color: #659D16; }
span { border-color: rgb(101,157,22); }
td.TdClassName
{
border-color: #659D16;
}
.TagClassName
{
border-color: #659D16;
}
</style>