Shades of Olive Drab #739508
Tints of Olive Drab #739508
RGB
CMYK
RGB Variations
Color information
#739508 (or 0x739508) is known color: Olive Drab. HEX triplet: 73, 95 and 08. RGB value is (115,149,8). Sum of RGB (Red+Green+Blue) = 115+149+8=272 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.28% from 272); Green value is 149 (58.59% from 255 or 54.78% from 272); Blue value is 8 (3.52% from 255 or 2.94% from 272); Max value from RGB is 149 - color contains mainly: green. Hex color #739508 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #739508 is #8C6AF7. Grayscale: #7B7B7B. Windows color (decimal): -9202424 or 562547. OLE color: 562547.
HSL color Cylindrical-coordinate representation of color #739508: hue angle of 74.47º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #739508 is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 115 | 149 | 8 | - |
| CMYK | 0.23 | 0 | 0.95 | 0.42 |
| HSL | 74.47º | 0.9% | 0.31% | - |
| HSV(B) | 74.47º | 0.95% | 0.58% | - |
| XYZ | 17.86 | 25.16 | 4.14 | - |
| YUV | 122.76 | 63.24 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 149 | 8 | 0.23 | 0 | 0.95 | 0.42 | 74.47 | 0.9 | 0.31 |
| Hex | 73 | 95 | 8 | 17 | 0 | 5F | 2A | 4A | 5A | 1F |
| Octal | 163 | 225 | 10 | 27 | 0 | 137 | 52 | 112 | 132 | 37 |
| Binary | 1110011 | 10010101 | 1000 | 10111 | 0 | 1011111 | 101010 | 1001010 | 1011010 | 11111 |
Color Harmonies of #739508
Complementary color
Monochromatic Colors of #739508
Black with #739508
Text Example
Text Example
White with #739508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739508; }
p { color: rgb(115,149,8); }
H1.HeaderClassName
{
color: #739508;
}
.AnyTagClassName
{
color: #739508;
}
</style>
background-color css
<style>
a { background-color: #739508; }
a { background-color: rgb(115,149,8); }
div.DivClassName
{
background-color: #739508;
}
.BgClassName
{
background-color: #739508;
}
</style>
border-color css
<style>
span { border-color: #739508; }
span { border-color: rgb(115,149,8); }
td.TdClassName
{
border-color: #739508;
}
.TagClassName
{
border-color: #739508;
}
</style>