Shades of Olive #77890A
Tints of Olive #77890A
RGB
CMYK
RGB Variations
Color information
#77890A (or 0x77890A) is known color: Olive. HEX triplet: 77, 89 and 0A. RGB value is (119,137,10). Sum of RGB (Red+Green+Blue) = 119+137+10=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 137 (53.91% from 255 or 51.50% from 266); Blue value is 10 (4.30% from 255 or 3.76% from 266); Max value from RGB is 137 - color contains mainly: green. Hex color #77890A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77890A is #8876F5. Grayscale: #757575. Windows color (decimal): -8943350 or 690551. OLE color: 690551.
HSL color Cylindrical-coordinate representation of color #77890A: hue angle of 68.5º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #77890A is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 119 | 137 | 10 | - |
| CMYK | 0.13 | 0 | 0.93 | 0.46 |
| HSL | 68.5º | 0.86% | 0.29% | - |
| HSV(B) | 68.5º | 0.93% | 0.54% | - |
| XYZ | 16.61 | 21.84 | 3.63 | - |
| YUV | 117.14 | 67.54 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 137 | 10 | 0.13 | 0 | 0.93 | 0.46 | 68.5 | 0.86 | 0.29 |
| Hex | 77 | 89 | A | D | 0 | 5D | 2E | 45 | 56 | 1D |
| Octal | 167 | 211 | 12 | 15 | 0 | 135 | 56 | 105 | 126 | 35 |
| Binary | 1110111 | 10001001 | 1010 | 1101 | 0 | 1011101 | 101110 | 1000101 | 1010110 | 11101 |
Color Harmonies of #77890A
Complementary color
Monochromatic Colors of #77890A
Black with #77890A
Text Example
Text Example
White with #77890A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77890A; }
p { color: rgb(119,137,10); }
H1.HeaderClassName
{
color: #77890A;
}
.AnyTagClassName
{
color: #77890A;
}
</style>
background-color css
<style>
a { background-color: #77890A; }
a { background-color: rgb(119,137,10); }
div.DivClassName
{
background-color: #77890A;
}
.BgClassName
{
background-color: #77890A;
}
</style>
border-color css
<style>
span { border-color: #77890A; }
span { border-color: rgb(119,137,10); }
td.TdClassName
{
border-color: #77890A;
}
.TagClassName
{
border-color: #77890A;
}
</style>