Shades of Olive #6A7204
Tints of Olive #6A7204
RGB
CMYK
RGB Variations
Color information
#6A7204 (or 0x6A7204) is known color: Olive. HEX triplet: 6A, 72 and 04. RGB value is (106,114,4). Sum of RGB (Red+Green+Blue) = 106+114+4=224 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.32% from 224); Green value is 114 (44.92% from 255 or 50.89% from 224); Blue value is 4 (1.95% from 255 or 1.79% from 224); Max value from RGB is 114 - color contains mainly: green. Hex color #6A7204 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A7204 is #958DFB. Grayscale: #636363. Windows color (decimal): -9801212 or 291434. OLE color: 291434.
HSL color Cylindrical-coordinate representation of color #6A7204: hue angle of 64.36º 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 #6A7204 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 106 | 114 | 4 | - |
| CMYK | 0.07 | 0 | 0.96 | 0.55 |
| HSL | 64.36º | 0.93% | 0.23% | - |
| HSV(B) | 64.36º | 0.96% | 0.45% | - |
| XYZ | 11.98 | 15.11 | 2.4 | - |
| YUV | 99.07 | 74.35 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 114 | 4 | 0.07 | 0 | 0.96 | 0.55 | 64.36 | 0.93 | 0.23 |
| Hex | 6A | 72 | 4 | 7 | 0 | 60 | 37 | 40 | 5D | 17 |
| Octal | 152 | 162 | 4 | 7 | 0 | 140 | 67 | 100 | 135 | 27 |
| Binary | 1101010 | 1110010 | 100 | 111 | 0 | 1100000 | 110111 | 1000000 | 1011101 | 10111 |
Color Harmonies of #6A7204
Complementary color
Monochromatic Colors of #6A7204
Black with #6A7204
Text Example
Text Example
White with #6A7204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7204; }
p { color: rgb(106,114,4); }
H1.HeaderClassName
{
color: #6A7204;
}
.AnyTagClassName
{
color: #6A7204;
}
</style>
background-color css
<style>
a { background-color: #6A7204; }
a { background-color: rgb(106,114,4); }
div.DivClassName
{
background-color: #6A7204;
}
.BgClassName
{
background-color: #6A7204;
}
</style>
border-color css
<style>
span { border-color: #6A7204; }
span { border-color: rgb(106,114,4); }
td.TdClassName
{
border-color: #6A7204;
}
.TagClassName
{
border-color: #6A7204;
}
</style>