Shades of Olive Drab #738D13
Tints of Olive Drab #738D13
RGB
CMYK
RGB Variations
Color information
#738D13 (or 0x738D13) is known color: Olive Drab. HEX triplet: 73, 8D and 13. RGB value is (115,141,19). Sum of RGB (Red+Green+Blue) = 115+141+19=275 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.82% from 275); Green value is 141 (55.47% from 255 or 51.27% from 275); Blue value is 19 (7.81% from 255 or 6.91% from 275); Max value from RGB is 141 - color contains mainly: green. Hex color #738D13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #738D13 is #8C72EC. Grayscale: #777777. Windows color (decimal): -9204461 or 1281395. OLE color: 1281395.
HSL color Cylindrical-coordinate representation of color #738D13: hue angle of 72.79º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #738D13 is Cyan = 0.18, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 141 | 19 | - |
| CMYK | 0.18 | 0 | 0.87 | 0.45 |
| HSL | 72.79º | 0.76% | 0.31% | - |
| HSV(B) | 72.79º | 0.87% | 0.55% | - |
| XYZ | 16.71 | 22.74 | 4.12 | - |
| YUV | 119.32 | 71.39 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 141 | 19 | 0.18 | 0 | 0.87 | 0.45 | 72.79 | 0.76 | 0.31 |
| Hex | 73 | 8D | 13 | 12 | 0 | 57 | 2D | 49 | 4C | 1F |
| Octal | 163 | 215 | 23 | 22 | 0 | 127 | 55 | 111 | 114 | 37 |
| Binary | 1110011 | 10001101 | 10011 | 10010 | 0 | 1010111 | 101101 | 1001001 | 1001100 | 11111 |
Color Harmonies of #738D13
Complementary color
Monochromatic Colors of #738D13
Black with #738D13
Text Example
Text Example
White with #738D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738D13; }
p { color: rgb(115,141,19); }
H1.HeaderClassName
{
color: #738D13;
}
.AnyTagClassName
{
color: #738D13;
}
</style>
background-color css
<style>
a { background-color: #738D13; }
a { background-color: rgb(115,141,19); }
div.DivClassName
{
background-color: #738D13;
}
.BgClassName
{
background-color: #738D13;
}
</style>
border-color css
<style>
span { border-color: #738D13; }
span { border-color: rgb(115,141,19); }
td.TdClassName
{
border-color: #738D13;
}
.TagClassName
{
border-color: #738D13;
}
</style>