Shades of Christi #6B9C16
Tints of Christi #6B9C16
RGB
CMYK
RGB Variations
Color information
#6B9C16 (or 0x6B9C16) is known color: Christi. HEX triplet: 6B, 9C and 16. RGB value is (107,156,22). Sum of RGB (Red+Green+Blue) = 107+156+22=285 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.54% from 285); Green value is 156 (61.33% from 255 or 54.74% from 285); Blue value is 22 (8.98% from 255 or 7.72% from 285); Max value from RGB is 156 - color contains mainly: green. Hex color #6B9C16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B9C16 is #9463E9. Grayscale: #7E7E7E. Windows color (decimal): -9724906 or 1481835. OLE color: 1481835.
HSL color Cylindrical-coordinate representation of color #6B9C16: hue angle of 81.94º 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 #6B9C16 is Cyan = 0.31, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 107 | 156 | 22 | - |
| CMYK | 0.31 | 0 | 0.86 | 0.39 |
| HSL | 81.94º | 0.75% | 0.35% | - |
| HSV(B) | 81.94º | 0.86% | 0.61% | - |
| XYZ | 18.1 | 26.96 | 5.01 | - |
| YUV | 126.07 | 69.27 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 156 | 22 | 0.31 | 0 | 0.86 | 0.39 | 81.94 | 0.75 | 0.35 |
| Hex | 6B | 9C | 16 | 1F | 0 | 56 | 27 | 52 | 4B | 23 |
| Octal | 153 | 234 | 26 | 37 | 0 | 126 | 47 | 122 | 113 | 43 |
| Binary | 1101011 | 10011100 | 10110 | 11111 | 0 | 1010110 | 100111 | 1010010 | 1001011 | 100011 |
Color Harmonies of #6B9C16
Complementary color
Monochromatic Colors of #6B9C16
Black with #6B9C16
Text Example
Text Example
White with #6B9C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9C16; }
p { color: rgb(107,156,22); }
H1.HeaderClassName
{
color: #6B9C16;
}
.AnyTagClassName
{
color: #6B9C16;
}
</style>
background-color css
<style>
a { background-color: #6B9C16; }
a { background-color: rgb(107,156,22); }
div.DivClassName
{
background-color: #6B9C16;
}
.BgClassName
{
background-color: #6B9C16;
}
</style>
border-color css
<style>
span { border-color: #6B9C16; }
span { border-color: rgb(107,156,22); }
td.TdClassName
{
border-color: #6B9C16;
}
.TagClassName
{
border-color: #6B9C16;
}
</style>