Shades of Olive Drab #75921F
Tints of Olive Drab #75921F
RGB
CMYK
RGB Variations
Color information
#75921F (or 0x75921F) is known color: Olive Drab. HEX triplet: 75, 92 and 1F. RGB value is (117,146,31). Sum of RGB (Red+Green+Blue) = 117+146+31=294 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.80% from 294); Green value is 146 (57.42% from 255 or 49.66% from 294); Blue value is 31 (12.5% from 255 or 10.54% from 294); Max value from RGB is 146 - color contains mainly: green. Hex color #75921F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75921F is #8A6DE0. Grayscale: #7C7C7C. Windows color (decimal): -9072097 or 2069109. OLE color: 2069109.
HSL color Cylindrical-coordinate representation of color #75921F: hue angle of 75.13º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #75921F is Cyan = 0.20, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 117 | 146 | 31 | - |
| CMYK | 0.20 | 0 | 0.79 | 0.43 |
| HSL | 75.13º | 0.65% | 0.35% | - |
| HSV(B) | 75.13º | 0.79% | 0.57% | - |
| XYZ | 17.86 | 24.44 | 5.07 | - |
| YUV | 124.22 | 75.39 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 146 | 31 | 0.20 | 0 | 0.79 | 0.43 | 75.13 | 0.65 | 0.35 |
| Hex | 75 | 92 | 1F | 14 | 0 | 4F | 2B | 4B | 41 | 23 |
| Octal | 165 | 222 | 37 | 24 | 0 | 117 | 53 | 113 | 101 | 43 |
| Binary | 1110101 | 10010010 | 11111 | 10100 | 0 | 1001111 | 101011 | 1001011 | 1000001 | 100011 |
Color Harmonies of #75921F
Complementary color
Monochromatic Colors of #75921F
Black with #75921F
Text Example
Text Example
White with #75921F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75921F; }
p { color: rgb(117,146,31); }
H1.HeaderClassName
{
color: #75921F;
}
.AnyTagClassName
{
color: #75921F;
}
</style>
background-color css
<style>
a { background-color: #75921F; }
a { background-color: rgb(117,146,31); }
div.DivClassName
{
background-color: #75921F;
}
.BgClassName
{
background-color: #75921F;
}
</style>
border-color css
<style>
span { border-color: #75921F; }
span { border-color: rgb(117,146,31); }
td.TdClassName
{
border-color: #75921F;
}
.TagClassName
{
border-color: #75921F;
}
</style>