Shades of Olive Drab #759608
Tints of Olive Drab #759608
RGB
CMYK
RGB Variations
Color information
#759608 (or 0x759608) is known color: Olive Drab. HEX triplet: 75, 96 and 08. RGB value is (117,150,8). Sum of RGB (Red+Green+Blue) = 117+150+8=275 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.55% from 275); Green value is 150 (58.98% from 255 or 54.55% from 275); Blue value is 8 (3.52% from 255 or 2.91% from 275); Max value from RGB is 150 - color contains mainly: green. Hex color #759608 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759608 is #8A69F7. Grayscale: #7C7C7C. Windows color (decimal): -9071096 or 562805. OLE color: 562805.
HSL color Cylindrical-coordinate representation of color #759608: hue angle of 73.94º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #759608 is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 117 | 150 | 8 | - |
| CMYK | 0.22 | 0 | 0.95 | 0.41 |
| HSL | 73.94º | 0.9% | 0.31% | - |
| HSV(B) | 73.94º | 0.95% | 0.59% | - |
| XYZ | 18.29 | 25.61 | 4.21 | - |
| YUV | 123.95 | 62.57 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 150 | 8 | 0.22 | 0 | 0.95 | 0.41 | 73.94 | 0.9 | 0.31 |
| Hex | 75 | 96 | 8 | 16 | 0 | 5F | 29 | 4A | 5A | 1F |
| Octal | 165 | 226 | 10 | 26 | 0 | 137 | 51 | 112 | 132 | 37 |
| Binary | 1110101 | 10010110 | 1000 | 10110 | 0 | 1011111 | 101001 | 1001010 | 1011010 | 11111 |
Color Harmonies of #759608
Complementary color
Monochromatic Colors of #759608
Black with #759608
Text Example
Text Example
White with #759608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759608; }
p { color: rgb(117,150,8); }
H1.HeaderClassName
{
color: #759608;
}
.AnyTagClassName
{
color: #759608;
}
</style>
background-color css
<style>
a { background-color: #759608; }
a { background-color: rgb(117,150,8); }
div.DivClassName
{
background-color: #759608;
}
.BgClassName
{
background-color: #759608;
}
</style>
border-color css
<style>
span { border-color: #759608; }
span { border-color: rgb(117,150,8); }
td.TdClassName
{
border-color: #759608;
}
.TagClassName
{
border-color: #759608;
}
</style>