Shades of Olive Drab #77931B
Tints of Olive Drab #77931B
RGB
CMYK
RGB Variations
Color information
#77931B (or 0x77931B) is known color: Olive Drab. HEX triplet: 77, 93 and 1B. RGB value is (119,147,27). Sum of RGB (Red+Green+Blue) = 119+147+27=293 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.61% from 293); Green value is 147 (57.81% from 255 or 50.17% from 293); Blue value is 27 (10.94% from 255 or 9.22% from 293); Max value from RGB is 147 - color contains mainly: green. Hex color #77931B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77931B is #886CE4. Grayscale: #7D7D7D. Windows color (decimal): -8940773 or 1807223. OLE color: 1807223.
HSL color Cylindrical-coordinate representation of color #77931B: hue angle of 74º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #77931B is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 147 | 27 | - |
| CMYK | 0.19 | 0 | 0.82 | 0.42 |
| HSL | 74º | 0.69% | 0.34% | - |
| HSV(B) | 74º | 0.82% | 0.58% | - |
| XYZ | 18.24 | 24.87 | 4.88 | - |
| YUV | 124.95 | 72.72 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 147 | 27 | 0.19 | 0 | 0.82 | 0.42 | 74 | 0.69 | 0.34 |
| Hex | 77 | 93 | 1B | 13 | 0 | 52 | 2A | 4A | 45 | 22 |
| Octal | 167 | 223 | 33 | 23 | 0 | 122 | 52 | 112 | 105 | 42 |
| Binary | 1110111 | 10010011 | 11011 | 10011 | 0 | 1010010 | 101010 | 1001010 | 1000101 | 100010 |
Color Harmonies of #77931B
Complementary color
Monochromatic Colors of #77931B
Black with #77931B
Text Example
Text Example
White with #77931B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77931B; }
p { color: rgb(119,147,27); }
H1.HeaderClassName
{
color: #77931B;
}
.AnyTagClassName
{
color: #77931B;
}
</style>
background-color css
<style>
a { background-color: #77931B; }
a { background-color: rgb(119,147,27); }
div.DivClassName
{
background-color: #77931B;
}
.BgClassName
{
background-color: #77931B;
}
</style>
border-color css
<style>
span { border-color: #77931B; }
span { border-color: rgb(119,147,27); }
td.TdClassName
{
border-color: #77931B;
}
.TagClassName
{
border-color: #77931B;
}
</style>