Shades of Olive Drab #738E16
Tints of Olive Drab #738E16
RGB
CMYK
RGB Variations
Color information
#738E16 (or 0x738E16) is known color: Olive Drab. HEX triplet: 73, 8E and 16. RGB value is (115,142,22). Sum of RGB (Red+Green+Blue) = 115+142+22=279 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.22% from 279); Green value is 142 (55.86% from 255 or 50.90% from 279); Blue value is 22 (8.98% from 255 or 7.89% from 279); Max value from RGB is 142 - color contains mainly: green. Hex color #738E16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #738E16 is #8C71E9. Grayscale: #787878. Windows color (decimal): -9204202 or 1478259. OLE color: 1478259.
HSL color Cylindrical-coordinate representation of color #738E16: hue angle of 73.5º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #738E16 is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 142 | 22 | - |
| CMYK | 0.19 | 0 | 0.85 | 0.44 |
| HSL | 73.5º | 0.73% | 0.32% | - |
| HSV(B) | 73.5º | 0.85% | 0.56% | - |
| XYZ | 16.89 | 23.05 | 4.32 | - |
| YUV | 120.25 | 72.55 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 142 | 22 | 0.19 | 0 | 0.85 | 0.44 | 73.5 | 0.73 | 0.32 |
| Hex | 73 | 8E | 16 | 13 | 0 | 55 | 2C | 4A | 49 | 20 |
| Octal | 163 | 216 | 26 | 23 | 0 | 125 | 54 | 112 | 111 | 40 |
| Binary | 1110011 | 10001110 | 10110 | 10011 | 0 | 1010101 | 101100 | 1001010 | 1001001 | 100000 |
Color Harmonies of #738E16
Complementary color
Monochromatic Colors of #738E16
Black with #738E16
Text Example
Text Example
White with #738E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738E16; }
p { color: rgb(115,142,22); }
H1.HeaderClassName
{
color: #738E16;
}
.AnyTagClassName
{
color: #738E16;
}
</style>
background-color css
<style>
a { background-color: #738E16; }
a { background-color: rgb(115,142,22); }
div.DivClassName
{
background-color: #738E16;
}
.BgClassName
{
background-color: #738E16;
}
</style>
border-color css
<style>
span { border-color: #738E16; }
span { border-color: rgb(115,142,22); }
td.TdClassName
{
border-color: #738E16;
}
.TagClassName
{
border-color: #738E16;
}
</style>