Shades of Olive Drab #738B11
Tints of Olive Drab #738B11
RGB
CMYK
RGB Variations
Color information
#738B11 (or 0x738B11) is known color: Olive Drab. HEX triplet: 73, 8B and 11. RGB value is (115,139,17). Sum of RGB (Red+Green+Blue) = 115+139+17=271 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.44% from 271); Green value is 139 (54.69% from 255 or 51.29% from 271); Blue value is 17 (7.03% from 255 or 6.27% from 271); Max value from RGB is 139 - color contains mainly: green. Hex color #738B11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #738B11 is #8C74EE. Grayscale: #767676. Windows color (decimal): -9204975 or 1149811. OLE color: 1149811.
HSL color Cylindrical-coordinate representation of color #738B11: hue angle of 71.8º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #738B11 is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 139 | 17 | - |
| CMYK | 0.17 | 0 | 0.88 | 0.45 |
| HSL | 71.8º | 0.78% | 0.31% | - |
| HSV(B) | 71.8º | 0.88% | 0.55% | - |
| XYZ | 16.4 | 22.15 | 3.94 | - |
| YUV | 117.92 | 71.05 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 139 | 17 | 0.17 | 0 | 0.88 | 0.45 | 71.8 | 0.78 | 0.31 |
| Hex | 73 | 8B | 11 | 11 | 0 | 58 | 2D | 48 | 4E | 1F |
| Octal | 163 | 213 | 21 | 21 | 0 | 130 | 55 | 110 | 116 | 37 |
| Binary | 1110011 | 10001011 | 10001 | 10001 | 0 | 1011000 | 101101 | 1001000 | 1001110 | 11111 |
Color Harmonies of #738B11
Complementary color
Monochromatic Colors of #738B11
Black with #738B11
Text Example
Text Example
White with #738B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738B11; }
p { color: rgb(115,139,17); }
H1.HeaderClassName
{
color: #738B11;
}
.AnyTagClassName
{
color: #738B11;
}
</style>
background-color css
<style>
a { background-color: #738B11; }
a { background-color: rgb(115,139,17); }
div.DivClassName
{
background-color: #738B11;
}
.BgClassName
{
background-color: #738B11;
}
</style>
border-color css
<style>
span { border-color: #738B11; }
span { border-color: rgb(115,139,17); }
td.TdClassName
{
border-color: #738B11;
}
.TagClassName
{
border-color: #738B11;
}
</style>