Shades of Olive Drab #75961D
Tints of Olive Drab #75961D
RGB
CMYK
RGB Variations
Color information
#75961D (or 0x75961D) is known color: Olive Drab. HEX triplet: 75, 96 and 1D. RGB value is (117,150,29). Sum of RGB (Red+Green+Blue) = 117+150+29=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 150 (58.98% from 255 or 50.68% from 296); Blue value is 29 (11.72% from 255 or 9.80% from 296); Max value from RGB is 150 - color contains mainly: green. Hex color #75961D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75961D is #8A69E2. Grayscale: #7E7E7E. Windows color (decimal): -9071075 or 1939061. OLE color: 1939061.
HSL color Cylindrical-coordinate representation of color #75961D: hue angle of 76.36º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #75961D is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 117 | 150 | 29 | - |
| CMYK | 0.22 | 0 | 0.81 | 0.41 |
| HSL | 76.36º | 0.68% | 0.35% | - |
| HSV(B) | 76.36º | 0.81% | 0.59% | - |
| XYZ | 18.46 | 25.68 | 5.15 | - |
| YUV | 126.34 | 73.07 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 150 | 29 | 0.22 | 0 | 0.81 | 0.41 | 76.36 | 0.68 | 0.35 |
| Hex | 75 | 96 | 1D | 16 | 0 | 51 | 29 | 4C | 44 | 23 |
| Octal | 165 | 226 | 35 | 26 | 0 | 121 | 51 | 114 | 104 | 43 |
| Binary | 1110101 | 10010110 | 11101 | 10110 | 0 | 1010001 | 101001 | 1001100 | 1000100 | 100011 |
Color Harmonies of #75961D
Complementary color
Monochromatic Colors of #75961D
Black with #75961D
Text Example
Text Example
White with #75961D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75961D; }
p { color: rgb(117,150,29); }
H1.HeaderClassName
{
color: #75961D;
}
.AnyTagClassName
{
color: #75961D;
}
</style>
background-color css
<style>
a { background-color: #75961D; }
a { background-color: rgb(117,150,29); }
div.DivClassName
{
background-color: #75961D;
}
.BgClassName
{
background-color: #75961D;
}
</style>
border-color css
<style>
span { border-color: #75961D; }
span { border-color: rgb(117,150,29); }
td.TdClassName
{
border-color: #75961D;
}
.TagClassName
{
border-color: #75961D;
}
</style>