Shades of Olive #6E7204
Tints of Olive #6E7204
RGB
CMYK
RGB Variations
Color information
#6E7204 (or 0x6E7204) is known color: Olive. HEX triplet: 6E, 72 and 04. RGB value is (110,114,4). Sum of RGB (Red+Green+Blue) = 110+114+4=228 (30% of max value = 765). Red value is 110 (43.36% from 255 or 48.25% from 228); Green value is 114 (44.92% from 255 or 50% from 228); Blue value is 4 (1.95% from 255 or 1.75% from 228); Max value from RGB is 114 - color contains mainly: green. Hex color #6E7204 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E7204 is #918DFB. Grayscale: #646464. Windows color (decimal): -9539068 or 291438. OLE color: 291438.
HSL color Cylindrical-coordinate representation of color #6E7204: hue angle of 62.18º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6E7204 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 110 | 114 | 4 | - |
| CMYK | 0.04 | 0 | 0.96 | 0.55 |
| HSL | 62.18º | 0.93% | 0.23% | - |
| HSV(B) | 62.18º | 0.96% | 0.45% | - |
| XYZ | 12.47 | 15.36 | 2.42 | - |
| YUV | 100.26 | 73.67 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 114 | 4 | 0.04 | 0 | 0.96 | 0.55 | 62.18 | 0.93 | 0.23 |
| Hex | 6E | 72 | 4 | 4 | 0 | 60 | 37 | 3E | 5D | 17 |
| Octal | 156 | 162 | 4 | 4 | 0 | 140 | 67 | 76 | 135 | 27 |
| Binary | 1101110 | 1110010 | 100 | 100 | 0 | 1100000 | 110111 | 111110 | 1011101 | 10111 |
Color Harmonies of #6E7204
Complementary color
Monochromatic Colors of #6E7204
Black with #6E7204
Text Example
Text Example
White with #6E7204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7204; }
p { color: rgb(110,114,4); }
H1.HeaderClassName
{
color: #6E7204;
}
.AnyTagClassName
{
color: #6E7204;
}
</style>
background-color css
<style>
a { background-color: #6E7204; }
a { background-color: rgb(110,114,4); }
div.DivClassName
{
background-color: #6E7204;
}
.BgClassName
{
background-color: #6E7204;
}
</style>
border-color css
<style>
span { border-color: #6E7204; }
span { border-color: rgb(110,114,4); }
td.TdClassName
{
border-color: #6E7204;
}
.TagClassName
{
border-color: #6E7204;
}
</style>