Shades of Olive Drab #77970F
Tints of Olive Drab #77970F
RGB
CMYK
RGB Variations
Color information
#77970F (or 0x77970F) is known color: Olive Drab. HEX triplet: 77, 97 and 0F. RGB value is (119,151,15). Sum of RGB (Red+Green+Blue) = 119+151+15=285 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.75% from 285); Green value is 151 (59.38% from 255 or 52.98% from 285); Blue value is 15 (6.25% from 255 or 5.26% from 285); Max value from RGB is 151 - color contains mainly: green. Hex color #77970F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77970F is #8868F0. Grayscale: #7E7E7E. Windows color (decimal): -8939761 or 1021815. OLE color: 1021815.
HSL color Cylindrical-coordinate representation of color #77970F: hue angle of 74.12º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #77970F is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 119 | 151 | 15 | - |
| CMYK | 0.21 | 0 | 0.90 | 0.41 |
| HSL | 74.12º | 0.82% | 0.33% | - |
| HSV(B) | 74.12º | 0.9% | 0.59% | - |
| XYZ | 18.76 | 26.09 | 4.5 | - |
| YUV | 125.93 | 65.4 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 151 | 15 | 0.21 | 0 | 0.90 | 0.41 | 74.12 | 0.82 | 0.33 |
| Hex | 77 | 97 | F | 15 | 0 | 5A | 29 | 4A | 52 | 21 |
| Octal | 167 | 227 | 17 | 25 | 0 | 132 | 51 | 112 | 122 | 41 |
| Binary | 1110111 | 10010111 | 1111 | 10101 | 0 | 1011010 | 101001 | 1001010 | 1010010 | 100001 |
Color Harmonies of #77970F
Complementary color
Monochromatic Colors of #77970F
Black with #77970F
Text Example
Text Example
White with #77970F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77970F; }
p { color: rgb(119,151,15); }
H1.HeaderClassName
{
color: #77970F;
}
.AnyTagClassName
{
color: #77970F;
}
</style>
background-color css
<style>
a { background-color: #77970F; }
a { background-color: rgb(119,151,15); }
div.DivClassName
{
background-color: #77970F;
}
.BgClassName
{
background-color: #77970F;
}
</style>
border-color css
<style>
span { border-color: #77970F; }
span { border-color: rgb(119,151,15); }
td.TdClassName
{
border-color: #77970F;
}
.TagClassName
{
border-color: #77970F;
}
</style>