Shades of Christi #6B9E0E
Tints of Christi #6B9E0E
RGB
CMYK
RGB Variations
Color information
#6B9E0E (or 0x6B9E0E) is known color: Christi. HEX triplet: 6B, 9E and 0E. RGB value is (107,158,14). Sum of RGB (Red+Green+Blue) = 107+158+14=279 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.35% from 279); Green value is 158 (62.11% from 255 or 56.63% from 279); Blue value is 14 (5.86% from 255 or 5.02% from 279); Max value from RGB is 158 - color contains mainly: green. Hex color #6B9E0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B9E0E is #9461F1. Grayscale: #7E7E7E. Windows color (decimal): -9724402 or 958059. OLE color: 958059.
HSL color Cylindrical-coordinate representation of color #6B9E0E: hue angle of 81.25º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6B9E0E is Cyan = 0.32, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 107 | 158 | 14 | - |
| CMYK | 0.32 | 0 | 0.91 | 0.38 |
| HSL | 81.25º | 0.84% | 0.34% | - |
| HSV(B) | 81.25º | 0.91% | 0.62% | - |
| XYZ | 18.37 | 27.61 | 4.78 | - |
| YUV | 126.34 | 64.6 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 158 | 14 | 0.32 | 0 | 0.91 | 0.38 | 81.25 | 0.84 | 0.34 |
| Hex | 6B | 9E | E | 20 | 0 | 5B | 26 | 51 | 54 | 22 |
| Octal | 153 | 236 | 16 | 40 | 0 | 133 | 46 | 121 | 124 | 42 |
| Binary | 1101011 | 10011110 | 1110 | 100000 | 0 | 1011011 | 100110 | 1010001 | 1010100 | 100010 |
Color Harmonies of #6B9E0E
Complementary color
Monochromatic Colors of #6B9E0E
Black with #6B9E0E
Text Example
Text Example
White with #6B9E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9E0E; }
p { color: rgb(107,158,14); }
H1.HeaderClassName
{
color: #6B9E0E;
}
.AnyTagClassName
{
color: #6B9E0E;
}
</style>
background-color css
<style>
a { background-color: #6B9E0E; }
a { background-color: rgb(107,158,14); }
div.DivClassName
{
background-color: #6B9E0E;
}
.BgClassName
{
background-color: #6B9E0E;
}
</style>
border-color css
<style>
span { border-color: #6B9E0E; }
span { border-color: rgb(107,158,14); }
td.TdClassName
{
border-color: #6B9E0E;
}
.TagClassName
{
border-color: #6B9E0E;
}
</style>