Shades of Olive Drab #77970C
Tints of Olive Drab #77970C
RGB
CMYK
RGB Variations
Color information
#77970C (or 0x77970C) is known color: Olive Drab. HEX triplet: 77, 97 and 0C. RGB value is (119,151,12). Sum of RGB (Red+Green+Blue) = 119+151+12=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 151 (59.38% from 255 or 53.55% from 282); Blue value is 12 (5.08% from 255 or 4.26% from 282); Max value from RGB is 151 - color contains mainly: green. Hex color #77970C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77970C is #8868F3. Grayscale: #7E7E7E. Windows color (decimal): -8939764 or 825207. OLE color: 825207.
HSL color Cylindrical-coordinate representation of color #77970C: hue angle of 73.81º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #77970C is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 119 | 151 | 12 | - |
| CMYK | 0.21 | 0 | 0.92 | 0.41 |
| HSL | 73.81º | 0.85% | 0.32% | - |
| HSV(B) | 73.81º | 0.92% | 0.59% | - |
| XYZ | 18.74 | 26.08 | 4.39 | - |
| YUV | 125.59 | 63.9 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 151 | 12 | 0.21 | 0 | 0.92 | 0.41 | 73.81 | 0.85 | 0.32 |
| Hex | 77 | 97 | C | 15 | 0 | 5C | 29 | 4A | 55 | 20 |
| Octal | 167 | 227 | 14 | 25 | 0 | 134 | 51 | 112 | 125 | 40 |
| Binary | 1110111 | 10010111 | 1100 | 10101 | 0 | 1011100 | 101001 | 1001010 | 1010101 | 100000 |
Color Harmonies of #77970C
Complementary color
Monochromatic Colors of #77970C
Black with #77970C
Text Example
Text Example
White with #77970C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77970C; }
p { color: rgb(119,151,12); }
H1.HeaderClassName
{
color: #77970C;
}
.AnyTagClassName
{
color: #77970C;
}
</style>
background-color css
<style>
a { background-color: #77970C; }
a { background-color: rgb(119,151,12); }
div.DivClassName
{
background-color: #77970C;
}
.BgClassName
{
background-color: #77970C;
}
</style>
border-color css
<style>
span { border-color: #77970C; }
span { border-color: rgb(119,151,12); }
td.TdClassName
{
border-color: #77970C;
}
.TagClassName
{
border-color: #77970C;
}
</style>