Shades of Olive Drab #76901B
Tints of Olive Drab #76901B
RGB
CMYK
RGB Variations
Color information
#76901B (or 0x76901B) is known color: Olive Drab. HEX triplet: 76, 90 and 1B. RGB value is (118,144,27). Sum of RGB (Red+Green+Blue) = 118+144+27=289 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.83% from 289); Green value is 144 (56.64% from 255 or 49.83% from 289); Blue value is 27 (10.94% from 255 or 9.34% from 289); Max value from RGB is 144 - color contains mainly: green. Hex color #76901B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76901B is #896FE4. Grayscale: #7B7B7B. Windows color (decimal): -9007077 or 1806454. OLE color: 1806454.
HSL color Cylindrical-coordinate representation of color #76901B: hue angle of 73.33º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #76901B is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 144 | 27 | - |
| CMYK | 0.18 | 0 | 0.81 | 0.44 |
| HSL | 73.33º | 0.68% | 0.34% | - |
| HSV(B) | 73.33º | 0.81% | 0.56% | - |
| XYZ | 17.64 | 23.88 | 4.72 | - |
| YUV | 122.89 | 73.89 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 144 | 27 | 0.18 | 0 | 0.81 | 0.44 | 73.33 | 0.68 | 0.34 |
| Hex | 76 | 90 | 1B | 12 | 0 | 51 | 2C | 49 | 44 | 22 |
| Octal | 166 | 220 | 33 | 22 | 0 | 121 | 54 | 111 | 104 | 42 |
| Binary | 1110110 | 10010000 | 11011 | 10010 | 0 | 1010001 | 101100 | 1001001 | 1000100 | 100010 |
Color Harmonies of #76901B
Complementary color
Monochromatic Colors of #76901B
Black with #76901B
Text Example
Text Example
White with #76901B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76901B; }
p { color: rgb(118,144,27); }
H1.HeaderClassName
{
color: #76901B;
}
.AnyTagClassName
{
color: #76901B;
}
</style>
background-color css
<style>
a { background-color: #76901B; }
a { background-color: rgb(118,144,27); }
div.DivClassName
{
background-color: #76901B;
}
.BgClassName
{
background-color: #76901B;
}
</style>
border-color css
<style>
span { border-color: #76901B; }
span { border-color: rgb(118,144,27); }
td.TdClassName
{
border-color: #76901B;
}
.TagClassName
{
border-color: #76901B;
}
</style>