Shades of Olive Drab #77951B
Tints of Olive Drab #77951B
RGB
CMYK
RGB Variations
Color information
#77951B (or 0x77951B) is known color: Olive Drab. HEX triplet: 77, 95 and 1B. RGB value is (119,149,27). Sum of RGB (Red+Green+Blue) = 119+149+27=295 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.34% from 295); Green value is 149 (58.59% from 255 or 50.51% from 295); Blue value is 27 (10.94% from 255 or 9.15% from 295); Max value from RGB is 149 - color contains mainly: green. Hex color #77951B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77951B is #886AE4. Grayscale: #7E7E7E. Windows color (decimal): -8940261 or 1807735. OLE color: 1807735.
HSL color Cylindrical-coordinate representation of color #77951B: hue angle of 74.75º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #77951B is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 149 | 27 | - |
| CMYK | 0.20 | 0 | 0.82 | 0.42 |
| HSL | 74.75º | 0.69% | 0.35% | - |
| HSV(B) | 74.75º | 0.82% | 0.58% | - |
| XYZ | 18.55 | 25.5 | 4.98 | - |
| YUV | 126.12 | 72.06 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 149 | 27 | 0.20 | 0 | 0.82 | 0.42 | 74.75 | 0.69 | 0.35 |
| Hex | 77 | 95 | 1B | 14 | 0 | 52 | 2A | 4B | 45 | 23 |
| Octal | 167 | 225 | 33 | 24 | 0 | 122 | 52 | 113 | 105 | 43 |
| Binary | 1110111 | 10010101 | 11011 | 10100 | 0 | 1010010 | 101010 | 1001011 | 1000101 | 100011 |
Color Harmonies of #77951B
Complementary color
Monochromatic Colors of #77951B
Black with #77951B
Text Example
Text Example
White with #77951B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77951B; }
p { color: rgb(119,149,27); }
H1.HeaderClassName
{
color: #77951B;
}
.AnyTagClassName
{
color: #77951B;
}
</style>
background-color css
<style>
a { background-color: #77951B; }
a { background-color: rgb(119,149,27); }
div.DivClassName
{
background-color: #77951B;
}
.BgClassName
{
background-color: #77951B;
}
</style>
border-color css
<style>
span { border-color: #77951B; }
span { border-color: rgb(119,149,27); }
td.TdClassName
{
border-color: #77951B;
}
.TagClassName
{
border-color: #77951B;
}
</style>