Shades of Olive #77880A
Tints of Olive #77880A
RGB
CMYK
RGB Variations
Color information
#77880A (or 0x77880A) is known color: Olive. HEX triplet: 77, 88 and 0A. RGB value is (119,136,10). Sum of RGB (Red+Green+Blue) = 119+136+10=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 136 (53.52% from 255 or 51.32% from 265); Blue value is 10 (4.30% from 255 or 3.77% from 265); Max value from RGB is 136 - color contains mainly: green. Hex color #77880A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77880A is #8877F5. Grayscale: #757575. Windows color (decimal): -8943606 or 690295. OLE color: 690295.
HSL color Cylindrical-coordinate representation of color #77880A: hue angle of 68.1º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #77880A is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 136 | 10 | - |
| CMYK | 0.12 | 0 | 0.93 | 0.47 |
| HSL | 68.1º | 0.86% | 0.29% | - |
| HSV(B) | 68.1º | 0.93% | 0.53% | - |
| XYZ | 16.47 | 21.55 | 3.58 | - |
| YUV | 116.55 | 67.87 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 136 | 10 | 0.12 | 0 | 0.93 | 0.47 | 68.1 | 0.86 | 0.29 |
| Hex | 77 | 88 | A | C | 0 | 5D | 2F | 44 | 56 | 1D |
| Octal | 167 | 210 | 12 | 14 | 0 | 135 | 57 | 104 | 126 | 35 |
| Binary | 1110111 | 10001000 | 1010 | 1100 | 0 | 1011101 | 101111 | 1000100 | 1010110 | 11101 |
Color Harmonies of #77880A
Complementary color
Monochromatic Colors of #77880A
Black with #77880A
Text Example
Text Example
White with #77880A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77880A; }
p { color: rgb(119,136,10); }
H1.HeaderClassName
{
color: #77880A;
}
.AnyTagClassName
{
color: #77880A;
}
</style>
background-color css
<style>
a { background-color: #77880A; }
a { background-color: rgb(119,136,10); }
div.DivClassName
{
background-color: #77880A;
}
.BgClassName
{
background-color: #77880A;
}
</style>
border-color css
<style>
span { border-color: #77880A; }
span { border-color: rgb(119,136,10); }
td.TdClassName
{
border-color: #77880A;
}
.TagClassName
{
border-color: #77880A;
}
</style>