Shades of Olive #6E6404
Tints of Olive #6E6404
RGB
CMYK
RGB Variations
Color information
#6E6404 (or 0x6E6404) is known color: Olive. HEX triplet: 6E, 64 and 04. RGB value is (110,100,4). Sum of RGB (Red+Green+Blue) = 110+100+4=214 (28% of max value = 765). Red value is 110 (43.36% from 255 or 51.40% from 214); Green value is 100 (39.45% from 255 or 46.73% from 214); Blue value is 4 (1.95% from 255 or 1.87% from 214); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6404 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E6404 is #919BFB. Grayscale: #5C5C5C. Windows color (decimal): -9542652 or 287854. OLE color: 287854.
HSL color Cylindrical-coordinate representation of color #6E6404: hue angle of 54.34º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6E6404 is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 100 | 4 | - |
| CMYK | 0 | 0.09 | 0.96 | 0.57 |
| HSL | 54.34º | 0.93% | 0.22% | - |
| HSV(B) | 54.34º | 0.96% | 0.43% | - |
| XYZ | 11.01 | 12.44 | 1.94 | - |
| YUV | 92.05 | 78.31 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 100 | 4 | 0 | 0.09 | 0.96 | 0.57 | 54.34 | 0.93 | 0.22 |
| Hex | 6E | 64 | 4 | 0 | 9 | 60 | 39 | 36 | 5D | 16 |
| Octal | 156 | 144 | 4 | 0 | 11 | 140 | 71 | 66 | 135 | 26 |
| Binary | 1101110 | 1100100 | 100 | 0 | 1001 | 1100000 | 111001 | 110110 | 1011101 | 10110 |
Color Harmonies of #6E6404
Complementary color
Monochromatic Colors of #6E6404
Black with #6E6404
Text Example
Text Example
White with #6E6404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6404; }
p { color: rgb(110,100,4); }
H1.HeaderClassName
{
color: #6E6404;
}
.AnyTagClassName
{
color: #6E6404;
}
</style>
background-color css
<style>
a { background-color: #6E6404; }
a { background-color: rgb(110,100,4); }
div.DivClassName
{
background-color: #6E6404;
}
.BgClassName
{
background-color: #6E6404;
}
</style>
border-color css
<style>
span { border-color: #6E6404; }
span { border-color: rgb(110,100,4); }
td.TdClassName
{
border-color: #6E6404;
}
.TagClassName
{
border-color: #6E6404;
}
</style>