Shades of Olive #6E700B
Tints of Olive #6E700B
RGB
CMYK
RGB Variations
Color information
#6E700B (or 0x6E700B) is known color: Olive. HEX triplet: 6E, 70 and 0B. RGB value is (110,112,11). Sum of RGB (Red+Green+Blue) = 110+112+11=233 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.21% from 233); Green value is 112 (44.14% from 255 or 48.07% from 233); Blue value is 11 (4.69% from 255 or 4.72% from 233); Max value from RGB is 112 - color contains mainly: green. Hex color #6E700B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E700B is #918FF4. Grayscale: #646464. Windows color (decimal): -9539573 or 749678. OLE color: 749678.
HSL color Cylindrical-coordinate representation of color #6E700B: hue angle of 61.19º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6E700B is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 110 | 112 | 11 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.56 |
| HSL | 61.19º | 0.82% | 0.24% | - |
| HSV(B) | 61.19º | 0.9% | 0.44% | - |
| XYZ | 12.28 | 14.93 | 2.55 | - |
| YUV | 99.89 | 77.84 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 112 | 11 | 0.02 | 0 | 0.90 | 0.56 | 61.19 | 0.82 | 0.24 |
| Hex | 6E | 70 | B | 2 | 0 | 5A | 38 | 3D | 52 | 18 |
| Octal | 156 | 160 | 13 | 2 | 0 | 132 | 70 | 75 | 122 | 30 |
| Binary | 1101110 | 1110000 | 1011 | 10 | 0 | 1011010 | 111000 | 111101 | 1010010 | 11000 |
Color Harmonies of #6E700B
Complementary color
Monochromatic Colors of #6E700B
Black with #6E700B
Text Example
Text Example
White with #6E700B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E700B; }
p { color: rgb(110,112,11); }
H1.HeaderClassName
{
color: #6E700B;
}
.AnyTagClassName
{
color: #6E700B;
}
</style>
background-color css
<style>
a { background-color: #6E700B; }
a { background-color: rgb(110,112,11); }
div.DivClassName
{
background-color: #6E700B;
}
.BgClassName
{
background-color: #6E700B;
}
</style>
border-color css
<style>
span { border-color: #6E700B; }
span { border-color: rgb(110,112,11); }
td.TdClassName
{
border-color: #6E700B;
}
.TagClassName
{
border-color: #6E700B;
}
</style>