Shades of Christi #6D9E16
Tints of Christi #6D9E16
RGB
CMYK
RGB Variations
Color information
#6D9E16 (or 0x6D9E16) is known color: Christi. HEX triplet: 6D, 9E and 16. RGB value is (109,158,22). Sum of RGB (Red+Green+Blue) = 109+158+22=289 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.72% from 289); Green value is 158 (62.11% from 255 or 54.67% from 289); Blue value is 22 (8.98% from 255 or 7.61% from 289); Max value from RGB is 158 - color contains mainly: green. Hex color #6D9E16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D9E16 is #9261E9. Grayscale: #808080. Windows color (decimal): -9593322 or 1482349. OLE color: 1482349.
HSL color Cylindrical-coordinate representation of color #6D9E16: hue angle of 81.62º 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 #6D9E16 is Cyan = 0.31, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 109 | 158 | 22 | - |
| CMYK | 0.31 | 0 | 0.86 | 0.38 |
| HSL | 81.62º | 0.76% | 0.35% | - |
| HSV(B) | 81.62º | 0.86% | 0.62% | - |
| XYZ | 18.68 | 27.76 | 5.13 | - |
| YUV | 127.85 | 68.27 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 158 | 22 | 0.31 | 0 | 0.86 | 0.38 | 81.62 | 0.76 | 0.35 |
| Hex | 6D | 9E | 16 | 1F | 0 | 56 | 26 | 52 | 4C | 23 |
| Octal | 155 | 236 | 26 | 37 | 0 | 126 | 46 | 122 | 114 | 43 |
| Binary | 1101101 | 10011110 | 10110 | 11111 | 0 | 1010110 | 100110 | 1010010 | 1001100 | 100011 |
Color Harmonies of #6D9E16
Complementary color
Monochromatic Colors of #6D9E16
Black with #6D9E16
Text Example
Text Example
White with #6D9E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9E16; }
p { color: rgb(109,158,22); }
H1.HeaderClassName
{
color: #6D9E16;
}
.AnyTagClassName
{
color: #6D9E16;
}
</style>
background-color css
<style>
a { background-color: #6D9E16; }
a { background-color: rgb(109,158,22); }
div.DivClassName
{
background-color: #6D9E16;
}
.BgClassName
{
background-color: #6D9E16;
}
</style>
border-color css
<style>
span { border-color: #6D9E16; }
span { border-color: rgb(109,158,22); }
td.TdClassName
{
border-color: #6D9E16;
}
.TagClassName
{
border-color: #6D9E16;
}
</style>