Shades of Olive Drab #738F2C
Tints of Olive Drab #738F2C
RGB
CMYK
RGB Variations
Color information
#738F2C (or 0x738F2C) is known color: Olive Drab. HEX triplet: 73, 8F and 2C. RGB value is (115,143,44). Sum of RGB (Red+Green+Blue) = 115+143+44=302 (40% of max value = 765). Red value is 115 (45.31% from 255 or 38.08% from 302); Green value is 143 (56.25% from 255 or 47.35% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 143 - color contains mainly: green. Hex color #738F2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #738F2C is #8C70D3. Grayscale: #7B7B7B. Windows color (decimal): -9203924 or 2920307. OLE color: 2920307.
HSL color Cylindrical-coordinate representation of color #738F2C: hue angle of 76.97º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #738F2C is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 143 | 44 | - |
| CMYK | 0.20 | 0 | 0.69 | 0.44 |
| HSL | 76.97º | 0.53% | 0.37% | - |
| HSV(B) | 76.97º | 0.69% | 0.56% | - |
| XYZ | 17.35 | 23.47 | 6 | - |
| YUV | 123.34 | 83.22 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 143 | 44 | 0.20 | 0 | 0.69 | 0.44 | 76.97 | 0.53 | 0.37 |
| Hex | 73 | 8F | 2C | 14 | 0 | 45 | 2C | 4D | 35 | 25 |
| Octal | 163 | 217 | 54 | 24 | 0 | 105 | 54 | 115 | 65 | 45 |
| Binary | 1110011 | 10001111 | 101100 | 10100 | 0 | 1000101 | 101100 | 1001101 | 110101 | 100101 |
Color Harmonies of #738F2C
Complementary color
Monochromatic Colors of #738F2C
Black with #738F2C
Text Example
Text Example
White with #738F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738F2C; }
p { color: rgb(115,143,44); }
H1.HeaderClassName
{
color: #738F2C;
}
.AnyTagClassName
{
color: #738F2C;
}
</style>
background-color css
<style>
a { background-color: #738F2C; }
a { background-color: rgb(115,143,44); }
div.DivClassName
{
background-color: #738F2C;
}
.BgClassName
{
background-color: #738F2C;
}
</style>
border-color css
<style>
span { border-color: #738F2C; }
span { border-color: rgb(115,143,44); }
td.TdClassName
{
border-color: #738F2C;
}
.TagClassName
{
border-color: #738F2C;
}
</style>