Shades of Olive Drab #738F1F
Tints of Olive Drab #738F1F
RGB
CMYK
RGB Variations
Color information
#738F1F (or 0x738F1F) is known color: Olive Drab. HEX triplet: 73, 8F and 1F. RGB value is (115,143,31). Sum of RGB (Red+Green+Blue) = 115+143+31=289 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.79% from 289); Green value is 143 (56.25% from 255 or 49.48% from 289); Blue value is 31 (12.5% from 255 or 10.73% from 289); Max value from RGB is 143 - color contains mainly: green. Hex color #738F1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #738F1F is #8C70E0. Grayscale: #7A7A7A. Windows color (decimal): -9203937 or 2068339. OLE color: 2068339.
HSL color Cylindrical-coordinate representation of color #738F1F: hue angle of 75º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #738F1F is Cyan = 0.20, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 143 | 31 | - |
| CMYK | 0.20 | 0 | 0.78 | 0.44 |
| HSL | 75º | 0.64% | 0.34% | - |
| HSV(B) | 75º | 0.78% | 0.56% | - |
| XYZ | 17.14 | 23.39 | 4.91 | - |
| YUV | 121.86 | 76.72 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 143 | 31 | 0.20 | 0 | 0.78 | 0.44 | 75 | 0.64 | 0.34 |
| Hex | 73 | 8F | 1F | 14 | 0 | 4E | 2C | 4B | 40 | 22 |
| Octal | 163 | 217 | 37 | 24 | 0 | 116 | 54 | 113 | 100 | 42 |
| Binary | 1110011 | 10001111 | 11111 | 10100 | 0 | 1001110 | 101100 | 1001011 | 1000000 | 100010 |
Color Harmonies of #738F1F
Complementary color
Monochromatic Colors of #738F1F
Black with #738F1F
Text Example
Text Example
White with #738F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738F1F; }
p { color: rgb(115,143,31); }
H1.HeaderClassName
{
color: #738F1F;
}
.AnyTagClassName
{
color: #738F1F;
}
</style>
background-color css
<style>
a { background-color: #738F1F; }
a { background-color: rgb(115,143,31); }
div.DivClassName
{
background-color: #738F1F;
}
.BgClassName
{
background-color: #738F1F;
}
</style>
border-color css
<style>
span { border-color: #738F1F; }
span { border-color: rgb(115,143,31); }
td.TdClassName
{
border-color: #738F1F;
}
.TagClassName
{
border-color: #738F1F;
}
</style>