Shades of Olive #6E7206
Tints of Olive #6E7206
RGB
CMYK
RGB Variations
Color information
#6E7206 (or 0x6E7206) is known color: Olive. HEX triplet: 6E, 72 and 06. RGB value is (110,114,6). Sum of RGB (Red+Green+Blue) = 110+114+6=230 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.83% from 230); Green value is 114 (44.92% from 255 or 49.57% from 230); Blue value is 6 (2.73% from 255 or 2.61% from 230); Max value from RGB is 114 - color contains mainly: green. Hex color #6E7206 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E7206 is #918DF9. Grayscale: #646464. Windows color (decimal): -9539066 or 422510. OLE color: 422510.
HSL color Cylindrical-coordinate representation of color #6E7206: hue angle of 62.22º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6E7206 is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 110 | 114 | 6 | - |
| CMYK | 0.04 | 0 | 0.95 | 0.55 |
| HSL | 62.22º | 0.9% | 0.24% | - |
| HSV(B) | 62.22º | 0.95% | 0.45% | - |
| XYZ | 12.48 | 15.36 | 2.48 | - |
| YUV | 100.49 | 74.67 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 114 | 6 | 0.04 | 0 | 0.95 | 0.55 | 62.22 | 0.9 | 0.24 |
| Hex | 6E | 72 | 6 | 4 | 0 | 5F | 37 | 3E | 5A | 18 |
| Octal | 156 | 162 | 6 | 4 | 0 | 137 | 67 | 76 | 132 | 30 |
| Binary | 1101110 | 1110010 | 110 | 100 | 0 | 1011111 | 110111 | 111110 | 1011010 | 11000 |
Color Harmonies of #6E7206
Complementary color
Monochromatic Colors of #6E7206
Black with #6E7206
Text Example
Text Example
White with #6E7206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7206; }
p { color: rgb(110,114,6); }
H1.HeaderClassName
{
color: #6E7206;
}
.AnyTagClassName
{
color: #6E7206;
}
</style>
background-color css
<style>
a { background-color: #6E7206; }
a { background-color: rgb(110,114,6); }
div.DivClassName
{
background-color: #6E7206;
}
.BgClassName
{
background-color: #6E7206;
}
</style>
border-color css
<style>
span { border-color: #6E7206; }
span { border-color: rgb(110,114,6); }
td.TdClassName
{
border-color: #6E7206;
}
.TagClassName
{
border-color: #6E7206;
}
</style>