Shades of Olive Drab #738A16
Tints of Olive Drab #738A16
RGB
CMYK
RGB Variations
Color information
#738A16 (or 0x738A16) is known color: Olive Drab. HEX triplet: 73, 8A and 16. RGB value is (115,138,22). Sum of RGB (Red+Green+Blue) = 115+138+22=275 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.82% from 275); Green value is 138 (54.30% from 255 or 50.18% from 275); Blue value is 22 (8.98% from 255 or 8% from 275); Max value from RGB is 138 - color contains mainly: green. Hex color #738A16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #738A16 is #8C75E9. Grayscale: #767676. Windows color (decimal): -9205226 or 1477235. OLE color: 1477235.
HSL color Cylindrical-coordinate representation of color #738A16: hue angle of 71.9º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #738A16 is Cyan = 0.17, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 115 | 138 | 22 | - |
| CMYK | 0.17 | 0 | 0.84 | 0.46 |
| HSL | 71.9º | 0.73% | 0.31% | - |
| HSV(B) | 71.9º | 0.84% | 0.54% | - |
| XYZ | 16.3 | 21.88 | 4.12 | - |
| YUV | 117.9 | 73.88 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 138 | 22 | 0.17 | 0 | 0.84 | 0.46 | 71.9 | 0.73 | 0.31 |
| Hex | 73 | 8A | 16 | 11 | 0 | 54 | 2E | 48 | 48 | 1F |
| Octal | 163 | 212 | 26 | 21 | 0 | 124 | 56 | 110 | 110 | 37 |
| Binary | 1110011 | 10001010 | 10110 | 10001 | 0 | 1010100 | 101110 | 1001000 | 1001000 | 11111 |
Color Harmonies of #738A16
Complementary color
Monochromatic Colors of #738A16
Black with #738A16
Text Example
Text Example
White with #738A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738A16; }
p { color: rgb(115,138,22); }
H1.HeaderClassName
{
color: #738A16;
}
.AnyTagClassName
{
color: #738A16;
}
</style>
background-color css
<style>
a { background-color: #738A16; }
a { background-color: rgb(115,138,22); }
div.DivClassName
{
background-color: #738A16;
}
.BgClassName
{
background-color: #738A16;
}
</style>
border-color css
<style>
span { border-color: #738A16; }
span { border-color: rgb(115,138,22); }
td.TdClassName
{
border-color: #738A16;
}
.TagClassName
{
border-color: #738A16;
}
</style>