Shades of Olive Drab #77981F
Tints of Olive Drab #77981F
RGB
CMYK
RGB Variations
Color information
#77981F (or 0x77981F) is known color: Olive Drab. HEX triplet: 77, 98 and 1F. RGB value is (119,152,31). Sum of RGB (Red+Green+Blue) = 119+152+31=302 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.40% from 302); Green value is 152 (59.77% from 255 or 50.33% from 302); Blue value is 31 (12.5% from 255 or 10.26% from 302); Max value from RGB is 152 - color contains mainly: green. Hex color #77981F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77981F is #8867E0. Grayscale: #808080. Windows color (decimal): -8939489 or 2070647. OLE color: 2070647.
HSL color Cylindrical-coordinate representation of color #77981F: hue angle of 76.36º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #77981F is Cyan = 0.22, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 119 | 152 | 31 | - |
| CMYK | 0.22 | 0 | 0.80 | 0.40 |
| HSL | 76.36º | 0.66% | 0.36% | - |
| HSV(B) | 76.36º | 0.8% | 0.6% | - |
| XYZ | 19.08 | 26.48 | 5.4 | - |
| YUV | 128.34 | 73.07 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 152 | 31 | 0.22 | 0 | 0.80 | 0.40 | 76.36 | 0.66 | 0.36 |
| Hex | 77 | 98 | 1F | 16 | 0 | 50 | 28 | 4C | 42 | 24 |
| Octal | 167 | 230 | 37 | 26 | 0 | 120 | 50 | 114 | 102 | 44 |
| Binary | 1110111 | 10011000 | 11111 | 10110 | 0 | 1010000 | 101000 | 1001100 | 1000010 | 100100 |
Color Harmonies of #77981F
Complementary color
Monochromatic Colors of #77981F
Black with #77981F
Text Example
Text Example
White with #77981F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77981F; }
p { color: rgb(119,152,31); }
H1.HeaderClassName
{
color: #77981F;
}
.AnyTagClassName
{
color: #77981F;
}
</style>
background-color css
<style>
a { background-color: #77981F; }
a { background-color: rgb(119,152,31); }
div.DivClassName
{
background-color: #77981F;
}
.BgClassName
{
background-color: #77981F;
}
</style>
border-color css
<style>
span { border-color: #77981F; }
span { border-color: rgb(119,152,31); }
td.TdClassName
{
border-color: #77981F;
}
.TagClassName
{
border-color: #77981F;
}
</style>