Shades of Olive Drab #738E2D
Tints of Olive Drab #738E2D
RGB
CMYK
RGB Variations
Color information
#738E2D (or 0x738E2D) is known color: Olive Drab. HEX triplet: 73, 8E and 2D. RGB value is (115,142,45). Sum of RGB (Red+Green+Blue) = 115+142+45=302 (40% of max value = 765). Red value is 115 (45.31% from 255 or 38.08% from 302); Green value is 142 (55.86% from 255 or 47.02% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 142 - color contains mainly: green. Hex color #738E2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #738E2D is #8C71D2. Grayscale: #7B7B7B. Windows color (decimal): -9204179 or 2985587. OLE color: 2985587.
HSL color Cylindrical-coordinate representation of color #738E2D: hue angle of 76.7º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #738E2D is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 142 | 45 | - |
| CMYK | 0.19 | 0 | 0.68 | 0.44 |
| HSL | 76.7º | 0.52% | 0.37% | - |
| HSV(B) | 76.7º | 0.68% | 0.56% | - |
| XYZ | 17.22 | 23.18 | 6.05 | - |
| YUV | 122.87 | 84.05 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 142 | 45 | 0.19 | 0 | 0.68 | 0.44 | 76.7 | 0.52 | 0.37 |
| Hex | 73 | 8E | 2D | 13 | 0 | 44 | 2C | 4D | 34 | 25 |
| Octal | 163 | 216 | 55 | 23 | 0 | 104 | 54 | 115 | 64 | 45 |
| Binary | 1110011 | 10001110 | 101101 | 10011 | 0 | 1000100 | 101100 | 1001101 | 110100 | 100101 |
Color Harmonies of #738E2D
Complementary color
Monochromatic Colors of #738E2D
Black with #738E2D
Text Example
Text Example
White with #738E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738E2D; }
p { color: rgb(115,142,45); }
H1.HeaderClassName
{
color: #738E2D;
}
.AnyTagClassName
{
color: #738E2D;
}
</style>
background-color css
<style>
a { background-color: #738E2D; }
a { background-color: rgb(115,142,45); }
div.DivClassName
{
background-color: #738E2D;
}
.BgClassName
{
background-color: #738E2D;
}
</style>
border-color css
<style>
span { border-color: #738E2D; }
span { border-color: rgb(115,142,45); }
td.TdClassName
{
border-color: #738E2D;
}
.TagClassName
{
border-color: #738E2D;
}
</style>