Shades of Olive Drab #76910D
Tints of Olive Drab #76910D
RGB
CMYK
RGB Variations
Color information
#76910D (or 0x76910D) is known color: Olive Drab. HEX triplet: 76, 91 and 0D. RGB value is (118,145,13). Sum of RGB (Red+Green+Blue) = 118+145+13=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 145 (57.03% from 255 or 52.54% from 276); Blue value is 13 (5.47% from 255 or 4.71% from 276); Max value from RGB is 145 - color contains mainly: green. Hex color #76910D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76910D is #896EF2. Grayscale: #7A7A7A. Windows color (decimal): -9006835 or 889206. OLE color: 889206.
HSL color Cylindrical-coordinate representation of color #76910D: hue angle of 72.27º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #76910D is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 118 | 145 | 13 | - |
| CMYK | 0.19 | 0 | 0.91 | 0.43 |
| HSL | 72.27º | 0.84% | 0.31% | - |
| HSV(B) | 72.27º | 0.91% | 0.57% | - |
| XYZ | 17.67 | 24.13 | 4.11 | - |
| YUV | 121.88 | 66.55 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 145 | 13 | 0.19 | 0 | 0.91 | 0.43 | 72.27 | 0.84 | 0.31 |
| Hex | 76 | 91 | D | 13 | 0 | 5B | 2B | 48 | 54 | 1F |
| Octal | 166 | 221 | 15 | 23 | 0 | 133 | 53 | 110 | 124 | 37 |
| Binary | 1110110 | 10010001 | 1101 | 10011 | 0 | 1011011 | 101011 | 1001000 | 1010100 | 11111 |
Color Harmonies of #76910D
Complementary color
Monochromatic Colors of #76910D
Black with #76910D
Text Example
Text Example
White with #76910D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76910D; }
p { color: rgb(118,145,13); }
H1.HeaderClassName
{
color: #76910D;
}
.AnyTagClassName
{
color: #76910D;
}
</style>
background-color css
<style>
a { background-color: #76910D; }
a { background-color: rgb(118,145,13); }
div.DivClassName
{
background-color: #76910D;
}
.BgClassName
{
background-color: #76910D;
}
</style>
border-color css
<style>
span { border-color: #76910D; }
span { border-color: rgb(118,145,13); }
td.TdClassName
{
border-color: #76910D;
}
.TagClassName
{
border-color: #76910D;
}
</style>