Shades of Christi #6B9E16
Tints of Christi #6B9E16
RGB
CMYK
RGB Variations
Color information
#6B9E16 (or 0x6B9E16) is known color: Christi. HEX triplet: 6B, 9E and 16. RGB value is (107,158,22). Sum of RGB (Red+Green+Blue) = 107+158+22=287 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.28% from 287); Green value is 158 (62.11% from 255 or 55.05% from 287); Blue value is 22 (8.98% from 255 or 7.67% from 287); Max value from RGB is 158 - color contains mainly: green. Hex color #6B9E16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B9E16 is #9461E9. Grayscale: #7F7F7F. Windows color (decimal): -9724394 or 1482347. OLE color: 1482347.
HSL color Cylindrical-coordinate representation of color #6B9E16: hue angle of 82.5º 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 #6B9E16 is Cyan = 0.32, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 107 | 158 | 22 | - |
| CMYK | 0.32 | 0 | 0.86 | 0.38 |
| HSL | 82.5º | 0.76% | 0.35% | - |
| HSV(B) | 82.5º | 0.86% | 0.62% | - |
| XYZ | 18.44 | 27.64 | 5.12 | - |
| YUV | 127.25 | 68.6 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 158 | 22 | 0.32 | 0 | 0.86 | 0.38 | 82.5 | 0.76 | 0.35 |
| Hex | 6B | 9E | 16 | 20 | 0 | 56 | 26 | 52 | 4C | 23 |
| Octal | 153 | 236 | 26 | 40 | 0 | 126 | 46 | 122 | 114 | 43 |
| Binary | 1101011 | 10011110 | 10110 | 100000 | 0 | 1010110 | 100110 | 1010010 | 1001100 | 100011 |
Color Harmonies of #6B9E16
Complementary color
Monochromatic Colors of #6B9E16
Black with #6B9E16
Text Example
Text Example
White with #6B9E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9E16; }
p { color: rgb(107,158,22); }
H1.HeaderClassName
{
color: #6B9E16;
}
.AnyTagClassName
{
color: #6B9E16;
}
</style>
background-color css
<style>
a { background-color: #6B9E16; }
a { background-color: rgb(107,158,22); }
div.DivClassName
{
background-color: #6B9E16;
}
.BgClassName
{
background-color: #6B9E16;
}
</style>
border-color css
<style>
span { border-color: #6B9E16; }
span { border-color: rgb(107,158,22); }
td.TdClassName
{
border-color: #6B9E16;
}
.TagClassName
{
border-color: #6B9E16;
}
</style>