Shades of Olive #73740F
Tints of Olive #73740F
RGB
CMYK
RGB Variations
Color information
#73740F (or 0x73740F) is known color: Olive. HEX triplet: 73, 74 and 0F. RGB value is (115,116,15). Sum of RGB (Red+Green+Blue) = 115+116+15=246 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.75% from 246); Green value is 116 (45.70% from 255 or 47.15% from 246); Blue value is 15 (6.25% from 255 or 6.10% from 246); Max value from RGB is 116 - color contains mainly: green. Hex color #73740F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73740F is #8C8BF0. Grayscale: #686868. Windows color (decimal): -9210865 or 1012851. OLE color: 1012851.
HSL color Cylindrical-coordinate representation of color #73740F: hue angle of 60.59º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #73740F is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 116 | 15 | - |
| CMYK | 0.01 | 0 | 0.87 | 0.55 |
| HSL | 60.59º | 0.77% | 0.26% | - |
| HSV(B) | 60.59º | 0.87% | 0.45% | - |
| XYZ | 13.4 | 16.17 | 2.87 | - |
| YUV | 104.19 | 77.67 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 116 | 15 | 0.01 | 0 | 0.87 | 0.55 | 60.59 | 0.77 | 0.26 |
| Hex | 73 | 74 | F | 1 | 0 | 57 | 37 | 3D | 4D | 1A |
| Octal | 163 | 164 | 17 | 1 | 0 | 127 | 67 | 75 | 115 | 32 |
| Binary | 1110011 | 1110100 | 1111 | 1 | 0 | 1010111 | 110111 | 111101 | 1001101 | 11010 |
Color Harmonies of #73740F
Complementary color
Monochromatic Colors of #73740F
Black with #73740F
Text Example
Text Example
White with #73740F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73740F; }
p { color: rgb(115,116,15); }
H1.HeaderClassName
{
color: #73740F;
}
.AnyTagClassName
{
color: #73740F;
}
</style>
background-color css
<style>
a { background-color: #73740F; }
a { background-color: rgb(115,116,15); }
div.DivClassName
{
background-color: #73740F;
}
.BgClassName
{
background-color: #73740F;
}
</style>
border-color css
<style>
span { border-color: #73740F; }
span { border-color: rgb(115,116,15); }
td.TdClassName
{
border-color: #73740F;
}
.TagClassName
{
border-color: #73740F;
}
</style>