Shades of Olive #779400
Tints of Olive #779400
RGB
CMYK
RGB Variations
Color information
#779400 (or 0x779400) is known color: Olive. HEX triplet: 77, 94 and 00. RGB value is (119,148,0). Sum of RGB (Red+Green+Blue) = 119+148+0=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 148 (58.20% from 255 or 55.43% from 267); Blue value is 0 (0.39% from 255 or 0% from 267); Max value from RGB is 148 - color contains mainly: green. Hex color #779400 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779400 is #886BFF. Grayscale: #7B7B7B. Windows color (decimal): -8940544 or 38007. OLE color: 38007.
HSL color Cylindrical-coordinate representation of color #779400: hue angle of 71.76º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #779400 is Cyan = 0.20, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 148 | 0 | - |
| CMYK | 0.20 | 0 | 1 | 0.42 |
| HSL | 71.76º | 1% | 0.29% | - |
| HSV(B) | 71.76º | 1% | 0.58% | - |
| XYZ | 18.2 | 25.1 | 3.89 | - |
| YUV | 122.46 | 58.89 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 148 | 0 | 0.20 | 0 | 1 | 0.42 | 71.76 | 1 | 0.29 |
| Hex | 77 | 94 | 0 | 14 | 0 | 64 | 2A | 48 | 64 | 1D |
| Octal | 167 | 224 | 0 | 24 | 0 | 144 | 52 | 110 | 144 | 35 |
| Binary | 1110111 | 10010100 | 0 | 10100 | 0 | 1100100 | 101010 | 1001000 | 1100100 | 11101 |
Color Harmonies of #779400
Complementary color
Monochromatic Colors of #779400
Black with #779400
Text Example
Text Example
White with #779400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779400; }
p { color: rgb(119,148,0); }
H1.HeaderClassName
{
color: #779400;
}
.AnyTagClassName
{
color: #779400;
}
</style>
background-color css
<style>
a { background-color: #779400; }
a { background-color: rgb(119,148,0); }
div.DivClassName
{
background-color: #779400;
}
.BgClassName
{
background-color: #779400;
}
</style>
border-color css
<style>
span { border-color: #779400; }
span { border-color: rgb(119,148,0); }
td.TdClassName
{
border-color: #779400;
}
.TagClassName
{
border-color: #779400;
}
</style>