Shades of Olive Drab #738E2F
Tints of Olive Drab #738E2F
RGB
CMYK
RGB Variations
Color information
#738E2F (or 0x738E2F) is known color: Olive Drab. HEX triplet: 73, 8E and 2F. RGB value is (115,142,47). Sum of RGB (Red+Green+Blue) = 115+142+47=304 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.83% from 304); Green value is 142 (55.86% from 255 or 46.71% from 304); Blue value is 47 (18.75% from 255 or 15.46% from 304); Max value from RGB is 142 - color contains mainly: green. Hex color #738E2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #738E2F is #8C71D0. Grayscale: #7B7B7B. Windows color (decimal): -9204177 or 3116659. OLE color: 3116659.
HSL color Cylindrical-coordinate representation of color #738E2F: hue angle of 77.05º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #738E2F is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 142 | 47 | - |
| CMYK | 0.19 | 0 | 0.67 | 0.44 |
| HSL | 77.05º | 0.5% | 0.37% | - |
| HSV(B) | 77.05º | 0.67% | 0.56% | - |
| XYZ | 17.26 | 23.2 | 6.26 | - |
| YUV | 123.1 | 85.05 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 142 | 47 | 0.19 | 0 | 0.67 | 0.44 | 77.05 | 0.5 | 0.37 |
| Hex | 73 | 8E | 2F | 13 | 0 | 43 | 2C | 4D | 32 | 25 |
| Octal | 163 | 216 | 57 | 23 | 0 | 103 | 54 | 115 | 62 | 45 |
| Binary | 1110011 | 10001110 | 101111 | 10011 | 0 | 1000011 | 101100 | 1001101 | 110010 | 100101 |
Color Harmonies of #738E2F
Complementary color
Monochromatic Colors of #738E2F
Black with #738E2F
Text Example
Text Example
White with #738E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738E2F; }
p { color: rgb(115,142,47); }
H1.HeaderClassName
{
color: #738E2F;
}
.AnyTagClassName
{
color: #738E2F;
}
</style>
background-color css
<style>
a { background-color: #738E2F; }
a { background-color: rgb(115,142,47); }
div.DivClassName
{
background-color: #738E2F;
}
.BgClassName
{
background-color: #738E2F;
}
</style>
border-color css
<style>
span { border-color: #738E2F; }
span { border-color: rgb(115,142,47); }
td.TdClassName
{
border-color: #738E2F;
}
.TagClassName
{
border-color: #738E2F;
}
</style>