Shades of Olive Drab #759715
Tints of Olive Drab #759715
RGB
CMYK
RGB Variations
Color information
#759715 (or 0x759715) is known color: Olive Drab. HEX triplet: 75, 97 and 15. RGB value is (117,151,21). Sum of RGB (Red+Green+Blue) = 117+151+21=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 151 (59.38% from 255 or 52.25% from 289); Blue value is 21 (8.59% from 255 or 7.27% from 289); Max value from RGB is 151 - color contains mainly: green. Hex color #759715 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759715 is #8A68EA. Grayscale: #7E7E7E. Windows color (decimal): -9070827 or 1415029. OLE color: 1415029.
HSL color Cylindrical-coordinate representation of color #759715: hue angle of 75.69º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #759715 is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 117 | 151 | 21 | - |
| CMYK | 0.23 | 0 | 0.86 | 0.41 |
| HSL | 75.69º | 0.76% | 0.34% | - |
| HSV(B) | 75.69º | 0.86% | 0.59% | - |
| XYZ | 18.54 | 25.97 | 4.74 | - |
| YUV | 126.01 | 68.74 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 151 | 21 | 0.23 | 0 | 0.86 | 0.41 | 75.69 | 0.76 | 0.34 |
| Hex | 75 | 97 | 15 | 17 | 0 | 56 | 29 | 4C | 4C | 22 |
| Octal | 165 | 227 | 25 | 27 | 0 | 126 | 51 | 114 | 114 | 42 |
| Binary | 1110101 | 10010111 | 10101 | 10111 | 0 | 1010110 | 101001 | 1001100 | 1001100 | 100010 |
Color Harmonies of #759715
Complementary color
Monochromatic Colors of #759715
Black with #759715
Text Example
Text Example
White with #759715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759715; }
p { color: rgb(117,151,21); }
H1.HeaderClassName
{
color: #759715;
}
.AnyTagClassName
{
color: #759715;
}
</style>
background-color css
<style>
a { background-color: #759715; }
a { background-color: rgb(117,151,21); }
div.DivClassName
{
background-color: #759715;
}
.BgClassName
{
background-color: #759715;
}
</style>
border-color css
<style>
span { border-color: #759715; }
span { border-color: rgb(117,151,21); }
td.TdClassName
{
border-color: #759715;
}
.TagClassName
{
border-color: #759715;
}
</style>