Shades of Olive #7D7304
Tints of Olive #7D7304
RGB
CMYK
RGB Variations
Color information
#7D7304 (or 0x7D7304) is known color: Olive. HEX triplet: 7D, 73 and 04. RGB value is (125,115,4). Sum of RGB (Red+Green+Blue) = 125+115+4=244 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.23% from 244); Green value is 115 (45.31% from 255 or 47.13% from 244); Blue value is 4 (1.95% from 255 or 1.64% from 244); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7304 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D7304 is #828CFB. Grayscale: #696969. Windows color (decimal): -8555772 or 291709. OLE color: 291709.
HSL color Cylindrical-coordinate representation of color #7D7304: hue angle of 55.04º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7D7304 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 115 | 4 | - |
| CMYK | 0 | 0.08 | 0.97 | 0.51 |
| HSL | 55.04º | 0.94% | 0.25% | - |
| HSV(B) | 55.04º | 0.97% | 0.49% | - |
| XYZ | 14.61 | 16.63 | 2.55 | - |
| YUV | 105.34 | 70.81 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 115 | 4 | 0 | 0.08 | 0.97 | 0.51 | 55.04 | 0.94 | 0.25 |
| Hex | 7D | 73 | 4 | 0 | 8 | 61 | 33 | 37 | 5E | 19 |
| Octal | 175 | 163 | 4 | 0 | 10 | 141 | 63 | 67 | 136 | 31 |
| Binary | 1111101 | 1110011 | 100 | 0 | 1000 | 1100001 | 110011 | 110111 | 1011110 | 11001 |
Color Harmonies of #7D7304
Complementary color
Monochromatic Colors of #7D7304
Black with #7D7304
Text Example
Text Example
White with #7D7304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7304; }
p { color: rgb(125,115,4); }
H1.HeaderClassName
{
color: #7D7304;
}
.AnyTagClassName
{
color: #7D7304;
}
</style>
background-color css
<style>
a { background-color: #7D7304; }
a { background-color: rgb(125,115,4); }
div.DivClassName
{
background-color: #7D7304;
}
.BgClassName
{
background-color: #7D7304;
}
</style>
border-color css
<style>
span { border-color: #7D7304; }
span { border-color: rgb(125,115,4); }
td.TdClassName
{
border-color: #7D7304;
}
.TagClassName
{
border-color: #7D7304;
}
</style>