Shades of Olive Drab #738F31
Tints of Olive Drab #738F31
RGB
CMYK
RGB Variations
Color information
#738F31 (or 0x738F31) is known color: Olive Drab. HEX triplet: 73, 8F and 31. RGB value is (115,143,49). Sum of RGB (Red+Green+Blue) = 115+143+49=307 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.46% from 307); Green value is 143 (56.25% from 255 or 46.58% from 307); Blue value is 49 (19.53% from 255 or 15.96% from 307); Max value from RGB is 143 - color contains mainly: green. Hex color #738F31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #738F31 is #8C70CE. Grayscale: #7C7C7C. Windows color (decimal): -9203919 or 3247987. OLE color: 3247987.
HSL color Cylindrical-coordinate representation of color #738F31: hue angle of 77.87º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #738F31 is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 143 | 49 | - |
| CMYK | 0.20 | 0 | 0.66 | 0.44 |
| HSL | 77.87º | 0.49% | 0.38% | - |
| HSV(B) | 77.87º | 0.66% | 0.56% | - |
| XYZ | 17.45 | 23.51 | 6.52 | - |
| YUV | 123.91 | 85.72 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 143 | 49 | 0.20 | 0 | 0.66 | 0.44 | 77.87 | 0.49 | 0.38 |
| Hex | 73 | 8F | 31 | 14 | 0 | 42 | 2C | 4E | 31 | 26 |
| Octal | 163 | 217 | 61 | 24 | 0 | 102 | 54 | 116 | 61 | 46 |
| Binary | 1110011 | 10001111 | 110001 | 10100 | 0 | 1000010 | 101100 | 1001110 | 110001 | 100110 |
Color Harmonies of #738F31
Complementary color
Monochromatic Colors of #738F31
Black with #738F31
Text Example
Text Example
White with #738F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738F31; }
p { color: rgb(115,143,49); }
H1.HeaderClassName
{
color: #738F31;
}
.AnyTagClassName
{
color: #738F31;
}
</style>
background-color css
<style>
a { background-color: #738F31; }
a { background-color: rgb(115,143,49); }
div.DivClassName
{
background-color: #738F31;
}
.BgClassName
{
background-color: #738F31;
}
</style>
border-color css
<style>
span { border-color: #738F31; }
span { border-color: rgb(115,143,49); }
td.TdClassName
{
border-color: #738F31;
}
.TagClassName
{
border-color: #738F31;
}
</style>