Shades of Olive Drab #738A2E
Tints of Olive Drab #738A2E
RGB
CMYK
RGB Variations
Color information
#738A2E (or 0x738A2E) is known color: Olive Drab. HEX triplet: 73, 8A and 2E. RGB value is (115,138,46). Sum of RGB (Red+Green+Blue) = 115+138+46=299 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.46% from 299); Green value is 138 (54.30% from 255 or 46.15% from 299); Blue value is 46 (18.36% from 255 or 15.38% from 299); Max value from RGB is 138 - color contains mainly: green. Hex color #738A2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #738A2E is #8C75D1. Grayscale: #787878. Windows color (decimal): -9205202 or 3050099. OLE color: 3050099.
HSL color Cylindrical-coordinate representation of color #738A2E: hue angle of 75º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #738A2E is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 115 | 138 | 46 | - |
| CMYK | 0.17 | 0 | 0.67 | 0.46 |
| HSL | 75º | 0.5% | 0.36% | - |
| HSV(B) | 75º | 0.67% | 0.54% | - |
| XYZ | 16.65 | 22.02 | 5.96 | - |
| YUV | 120.64 | 85.88 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 138 | 46 | 0.17 | 0 | 0.67 | 0.46 | 75 | 0.5 | 0.36 |
| Hex | 73 | 8A | 2E | 11 | 0 | 43 | 2E | 4B | 32 | 24 |
| Octal | 163 | 212 | 56 | 21 | 0 | 103 | 56 | 113 | 62 | 44 |
| Binary | 1110011 | 10001010 | 101110 | 10001 | 0 | 1000011 | 101110 | 1001011 | 110010 | 100100 |
Color Harmonies of #738A2E
Complementary color
Monochromatic Colors of #738A2E
Black with #738A2E
Text Example
Text Example
White with #738A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738A2E; }
p { color: rgb(115,138,46); }
H1.HeaderClassName
{
color: #738A2E;
}
.AnyTagClassName
{
color: #738A2E;
}
</style>
background-color css
<style>
a { background-color: #738A2E; }
a { background-color: rgb(115,138,46); }
div.DivClassName
{
background-color: #738A2E;
}
.BgClassName
{
background-color: #738A2E;
}
</style>
border-color css
<style>
span { border-color: #738A2E; }
span { border-color: rgb(115,138,46); }
td.TdClassName
{
border-color: #738A2E;
}
.TagClassName
{
border-color: #738A2E;
}
</style>