Shades of Olive #6E7404
Tints of Olive #6E7404
RGB
CMYK
RGB Variations
Color information
#6E7404 (or 0x6E7404) is known color: Olive. HEX triplet: 6E, 74 and 04. RGB value is (110,116,4). Sum of RGB (Red+Green+Blue) = 110+116+4=230 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.83% from 230); Green value is 116 (45.70% from 255 or 50.43% from 230); Blue value is 4 (1.95% from 255 or 1.74% from 230); Max value from RGB is 116 - color contains mainly: green. Hex color #6E7404 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E7404 is #918BFB. Grayscale: #656565. Windows color (decimal): -9538556 or 291950. OLE color: 291950.
HSL color Cylindrical-coordinate representation of color #6E7404: hue angle of 63.21º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6E7404 is Cyan = 0.05, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 110 | 116 | 4 | - |
| CMYK | 0.05 | 0 | 0.97 | 0.55 |
| HSL | 63.21º | 0.93% | 0.24% | - |
| HSV(B) | 63.21º | 0.97% | 0.45% | - |
| XYZ | 12.7 | 15.81 | 2.5 | - |
| YUV | 101.44 | 73.01 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 116 | 4 | 0.05 | 0 | 0.97 | 0.55 | 63.21 | 0.93 | 0.24 |
| Hex | 6E | 74 | 4 | 5 | 0 | 61 | 37 | 3F | 5D | 18 |
| Octal | 156 | 164 | 4 | 5 | 0 | 141 | 67 | 77 | 135 | 30 |
| Binary | 1101110 | 1110100 | 100 | 101 | 0 | 1100001 | 110111 | 111111 | 1011101 | 11000 |
Color Harmonies of #6E7404
Complementary color
Monochromatic Colors of #6E7404
Black with #6E7404
Text Example
Text Example
White with #6E7404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7404; }
p { color: rgb(110,116,4); }
H1.HeaderClassName
{
color: #6E7404;
}
.AnyTagClassName
{
color: #6E7404;
}
</style>
background-color css
<style>
a { background-color: #6E7404; }
a { background-color: rgb(110,116,4); }
div.DivClassName
{
background-color: #6E7404;
}
.BgClassName
{
background-color: #6E7404;
}
</style>
border-color css
<style>
span { border-color: #6E7404; }
span { border-color: rgb(110,116,4); }
td.TdClassName
{
border-color: #6E7404;
}
.TagClassName
{
border-color: #6E7404;
}
</style>