Shades of Olive Drab #76971D
Tints of Olive Drab #76971D
RGB
CMYK
RGB Variations
Color information
#76971D (or 0x76971D) is known color: Olive Drab. HEX triplet: 76, 97 and 1D. RGB value is (118,151,29). Sum of RGB (Red+Green+Blue) = 118+151+29=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 151 (59.38% from 255 or 50.67% from 298); Blue value is 29 (11.72% from 255 or 9.73% from 298); Max value from RGB is 151 - color contains mainly: green. Hex color #76971D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76971D is #8968E2. Grayscale: #7F7F7F. Windows color (decimal): -9005283 or 1939318. OLE color: 1939318.
HSL color Cylindrical-coordinate representation of color #76971D: hue angle of 76.23º 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 #76971D is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 118 | 151 | 29 | - |
| CMYK | 0.22 | 0 | 0.81 | 0.41 |
| HSL | 76.23º | 0.68% | 0.35% | - |
| HSV(B) | 76.23º | 0.81% | 0.59% | - |
| XYZ | 18.76 | 26.07 | 5.21 | - |
| YUV | 127.23 | 72.57 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 151 | 29 | 0.22 | 0 | 0.81 | 0.41 | 76.23 | 0.68 | 0.35 |
| Hex | 76 | 97 | 1D | 16 | 0 | 51 | 29 | 4C | 44 | 23 |
| Octal | 166 | 227 | 35 | 26 | 0 | 121 | 51 | 114 | 104 | 43 |
| Binary | 1110110 | 10010111 | 11101 | 10110 | 0 | 1010001 | 101001 | 1001100 | 1000100 | 100011 |
Color Harmonies of #76971D
Complementary color
Monochromatic Colors of #76971D
Black with #76971D
Text Example
Text Example
White with #76971D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76971D; }
p { color: rgb(118,151,29); }
H1.HeaderClassName
{
color: #76971D;
}
.AnyTagClassName
{
color: #76971D;
}
</style>
background-color css
<style>
a { background-color: #76971D; }
a { background-color: rgb(118,151,29); }
div.DivClassName
{
background-color: #76971D;
}
.BgClassName
{
background-color: #76971D;
}
</style>
border-color css
<style>
span { border-color: #76971D; }
span { border-color: rgb(118,151,29); }
td.TdClassName
{
border-color: #76971D;
}
.TagClassName
{
border-color: #76971D;
}
</style>