Shades of Olive Drab #76991B
Tints of Olive Drab #76991B
RGB
CMYK
RGB Variations
Color information
#76991B (or 0x76991B) is known color: Olive Drab. HEX triplet: 76, 99 and 1B. RGB value is (118,153,27). Sum of RGB (Red+Green+Blue) = 118+153+27=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 153 (60.16% from 255 or 51.34% from 298); Blue value is 27 (10.94% from 255 or 9.06% from 298); Max value from RGB is 153 - color contains mainly: green. Hex color #76991B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76991B is #8966E4. Grayscale: #808080. Windows color (decimal): -9004773 or 1808758. OLE color: 1808758.
HSL color Cylindrical-coordinate representation of color #76991B: hue angle of 76.67º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #76991B is Cyan = 0.23, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 118 | 153 | 27 | - |
| CMYK | 0.23 | 0 | 0.82 | 0.4 |
| HSL | 76.67º | 0.7% | 0.35% | - |
| HSV(B) | 76.67º | 0.82% | 0.6% | - |
| XYZ | 19.06 | 26.71 | 5.19 | - |
| YUV | 128.17 | 70.9 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 153 | 27 | 0.23 | 0 | 0.82 | 0.4 | 76.67 | 0.7 | 0.35 |
| Hex | 76 | 99 | 1B | 17 | 0 | 52 | 28 | 4D | 46 | 23 |
| Octal | 166 | 231 | 33 | 27 | 0 | 122 | 50 | 115 | 106 | 43 |
| Binary | 1110110 | 10011001 | 11011 | 10111 | 0 | 1010010 | 101000 | 1001101 | 1000110 | 100011 |
Color Harmonies of #76991B
Complementary color
Monochromatic Colors of #76991B
Black with #76991B
Text Example
Text Example
White with #76991B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76991B; }
p { color: rgb(118,153,27); }
H1.HeaderClassName
{
color: #76991B;
}
.AnyTagClassName
{
color: #76991B;
}
</style>
background-color css
<style>
a { background-color: #76991B; }
a { background-color: rgb(118,153,27); }
div.DivClassName
{
background-color: #76991B;
}
.BgClassName
{
background-color: #76991B;
}
</style>
border-color css
<style>
span { border-color: #76991B; }
span { border-color: rgb(118,153,27); }
td.TdClassName
{
border-color: #76991B;
}
.TagClassName
{
border-color: #76991B;
}
</style>