Shades of Olive #777B0A
Tints of Olive #777B0A
RGB
CMYK
RGB Variations
Color information
#777B0A (or 0x777B0A) is known color: Olive. HEX triplet: 77, 7B and 0A. RGB value is (119,123,10). Sum of RGB (Red+Green+Blue) = 119+123+10=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 123 (48.44% from 255 or 48.81% from 252); Blue value is 10 (4.30% from 255 or 3.97% from 252); Max value from RGB is 123 - color contains mainly: green. Hex color #777B0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777B0A is #8884F5. Grayscale: #6D6D6D. Windows color (decimal): -8946934 or 686967. OLE color: 686967.
HSL color Cylindrical-coordinate representation of color #777B0A: hue angle of 62.12º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #777B0A is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 123 | 10 | - |
| CMYK | 0.03 | 0 | 0.92 | 0.52 |
| HSL | 62.12º | 0.85% | 0.26% | - |
| HSV(B) | 62.12º | 0.92% | 0.48% | - |
| XYZ | 14.75 | 18.11 | 3.01 | - |
| YUV | 108.92 | 72.17 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 123 | 10 | 0.03 | 0 | 0.92 | 0.52 | 62.12 | 0.85 | 0.26 |
| Hex | 77 | 7B | A | 3 | 0 | 5C | 34 | 3E | 55 | 1A |
| Octal | 167 | 173 | 12 | 3 | 0 | 134 | 64 | 76 | 125 | 32 |
| Binary | 1110111 | 1111011 | 1010 | 11 | 0 | 1011100 | 110100 | 111110 | 1010101 | 11010 |
Color Harmonies of #777B0A
Complementary color
Monochromatic Colors of #777B0A
Black with #777B0A
Text Example
Text Example
White with #777B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777B0A; }
p { color: rgb(119,123,10); }
H1.HeaderClassName
{
color: #777B0A;
}
.AnyTagClassName
{
color: #777B0A;
}
</style>
background-color css
<style>
a { background-color: #777B0A; }
a { background-color: rgb(119,123,10); }
div.DivClassName
{
background-color: #777B0A;
}
.BgClassName
{
background-color: #777B0A;
}
</style>
border-color css
<style>
span { border-color: #777B0A; }
span { border-color: rgb(119,123,10); }
td.TdClassName
{
border-color: #777B0A;
}
.TagClassName
{
border-color: #777B0A;
}
</style>