Shades of Olive Drab #738815
Tints of Olive Drab #738815
RGB
CMYK
RGB Variations
Color information
#738815 (or 0x738815) is known color: Olive Drab. HEX triplet: 73, 88 and 15. RGB value is (115,136,21). Sum of RGB (Red+Green+Blue) = 115+136+21=272 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.28% from 272); Green value is 136 (53.52% from 255 or 50% from 272); Blue value is 21 (8.59% from 255 or 7.72% from 272); Max value from RGB is 136 - color contains mainly: green. Hex color #738815 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #738815 is #8C77EA. Grayscale: #757575. Windows color (decimal): -9205739 or 1411187. OLE color: 1411187.
HSL color Cylindrical-coordinate representation of color #738815: hue angle of 70.96º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #738815 is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 115 | 136 | 21 | - |
| CMYK | 0.15 | 0 | 0.85 | 0.47 |
| HSL | 70.96º | 0.73% | 0.31% | - |
| HSV(B) | 70.96º | 0.85% | 0.53% | - |
| XYZ | 16.01 | 21.31 | 3.98 | - |
| YUV | 116.61 | 74.04 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 136 | 21 | 0.15 | 0 | 0.85 | 0.47 | 70.96 | 0.73 | 0.31 |
| Hex | 73 | 88 | 15 | F | 0 | 55 | 2F | 47 | 49 | 1F |
| Octal | 163 | 210 | 25 | 17 | 0 | 125 | 57 | 107 | 111 | 37 |
| Binary | 1110011 | 10001000 | 10101 | 1111 | 0 | 1010101 | 101111 | 1000111 | 1001001 | 11111 |
Color Harmonies of #738815
Complementary color
Monochromatic Colors of #738815
Black with #738815
Text Example
Text Example
White with #738815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738815; }
p { color: rgb(115,136,21); }
H1.HeaderClassName
{
color: #738815;
}
.AnyTagClassName
{
color: #738815;
}
</style>
background-color css
<style>
a { background-color: #738815; }
a { background-color: rgb(115,136,21); }
div.DivClassName
{
background-color: #738815;
}
.BgClassName
{
background-color: #738815;
}
</style>
border-color css
<style>
span { border-color: #738815; }
span { border-color: rgb(115,136,21); }
td.TdClassName
{
border-color: #738815;
}
.TagClassName
{
border-color: #738815;
}
</style>