Shades of Olive Drab #759508
Tints of Olive Drab #759508
RGB
CMYK
RGB Variations
Color information
#759508 (or 0x759508) is known color: Olive Drab. HEX triplet: 75, 95 and 08. RGB value is (117,149,8). Sum of RGB (Red+Green+Blue) = 117+149+8=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 149 (58.59% from 255 or 54.38% from 274); Blue value is 8 (3.52% from 255 or 2.92% from 274); Max value from RGB is 149 - color contains mainly: green. Hex color #759508 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759508 is #8A6AF7. Grayscale: #7B7B7B. Windows color (decimal): -9071352 or 562549. OLE color: 562549.
HSL color Cylindrical-coordinate representation of color #759508: hue angle of 73.62º 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 #759508 is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 149 | 8 | - |
| CMYK | 0.21 | 0 | 0.95 | 0.42 |
| HSL | 73.62º | 0.9% | 0.31% | - |
| HSV(B) | 73.62º | 0.95% | 0.58% | - |
| XYZ | 18.13 | 25.29 | 4.16 | - |
| YUV | 123.36 | 62.9 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 149 | 8 | 0.21 | 0 | 0.95 | 0.42 | 73.62 | 0.9 | 0.31 |
| Hex | 75 | 95 | 8 | 15 | 0 | 5F | 2A | 4A | 5A | 1F |
| Octal | 165 | 225 | 10 | 25 | 0 | 137 | 52 | 112 | 132 | 37 |
| Binary | 1110101 | 10010101 | 1000 | 10101 | 0 | 1011111 | 101010 | 1001010 | 1011010 | 11111 |
Color Harmonies of #759508
Complementary color
Monochromatic Colors of #759508
Black with #759508
Text Example
Text Example
White with #759508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759508; }
p { color: rgb(117,149,8); }
H1.HeaderClassName
{
color: #759508;
}
.AnyTagClassName
{
color: #759508;
}
</style>
background-color css
<style>
a { background-color: #759508; }
a { background-color: rgb(117,149,8); }
div.DivClassName
{
background-color: #759508;
}
.BgClassName
{
background-color: #759508;
}
</style>
border-color css
<style>
span { border-color: #759508; }
span { border-color: rgb(117,149,8); }
td.TdClassName
{
border-color: #759508;
}
.TagClassName
{
border-color: #759508;
}
</style>