Shades of Olive #777912
Tints of Olive #777912
RGB
CMYK
RGB Variations
Color information
#777912 (or 0x777912) is known color: Olive. HEX triplet: 77, 79 and 12. RGB value is (119,121,18). Sum of RGB (Red+Green+Blue) = 119+121+18=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 121 (47.66% from 255 or 46.90% from 258); Blue value is 18 (7.42% from 255 or 6.98% from 258); Max value from RGB is 121 - color contains mainly: green. Hex color #777912 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777912 is #8886ED. Grayscale: #6D6D6D. Windows color (decimal): -8947438 or 1210743. OLE color: 1210743.
HSL color Cylindrical-coordinate representation of color #777912: hue angle of 61.17º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #777912 is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 121 | 18 | - |
| CMYK | 0.02 | 0 | 0.85 | 0.53 |
| HSL | 61.17º | 0.74% | 0.27% | - |
| HSV(B) | 61.17º | 0.85% | 0.47% | - |
| XYZ | 14.55 | 17.64 | 3.21 | - |
| YUV | 108.66 | 76.84 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 121 | 18 | 0.02 | 0 | 0.85 | 0.53 | 61.17 | 0.74 | 0.27 |
| Hex | 77 | 79 | 12 | 2 | 0 | 55 | 35 | 3D | 4A | 1B |
| Octal | 167 | 171 | 22 | 2 | 0 | 125 | 65 | 75 | 112 | 33 |
| Binary | 1110111 | 1111001 | 10010 | 10 | 0 | 1010101 | 110101 | 111101 | 1001010 | 11011 |
Color Harmonies of #777912
Complementary color
Monochromatic Colors of #777912
Black with #777912
Text Example
Text Example
White with #777912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777912; }
p { color: rgb(119,121,18); }
H1.HeaderClassName
{
color: #777912;
}
.AnyTagClassName
{
color: #777912;
}
</style>
background-color css
<style>
a { background-color: #777912; }
a { background-color: rgb(119,121,18); }
div.DivClassName
{
background-color: #777912;
}
.BgClassName
{
background-color: #777912;
}
</style>
border-color css
<style>
span { border-color: #777912; }
span { border-color: rgb(119,121,18); }
td.TdClassName
{
border-color: #777912;
}
.TagClassName
{
border-color: #777912;
}
</style>