Shades of Olive #77740D
Tints of Olive #77740D
RGB
CMYK
RGB Variations
Color information
#77740D (or 0x77740D) is known color: Olive. HEX triplet: 77, 74 and 0D. RGB value is (119,116,13). Sum of RGB (Red+Green+Blue) = 119+116+13=248 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.98% from 248); Green value is 116 (45.70% from 255 or 46.77% from 248); Blue value is 13 (5.47% from 255 or 5.24% from 248); Max value from RGB is 119 - color contains mainly: red. Hex color #77740D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77740D is #888BF2. Grayscale: #696969. Windows color (decimal): -8948723 or 881783. OLE color: 881783.
HSL color Cylindrical-coordinate representation of color #77740D: hue angle of 58.3º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #77740D is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 116 | 13 | - |
| CMYK | 0 | 0.03 | 0.89 | 0.53 |
| HSL | 58.3º | 0.8% | 0.26% | - |
| HSV(B) | 58.3º | 0.89% | 0.47% | - |
| XYZ | 13.93 | 16.44 | 2.82 | - |
| YUV | 105.16 | 75.99 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 116 | 13 | 0 | 0.03 | 0.89 | 0.53 | 58.3 | 0.8 | 0.26 |
| Hex | 77 | 74 | D | 0 | 3 | 59 | 35 | 3A | 50 | 1A |
| Octal | 167 | 164 | 15 | 0 | 3 | 131 | 65 | 72 | 120 | 32 |
| Binary | 1110111 | 1110100 | 1101 | 0 | 11 | 1011001 | 110101 | 111010 | 1010000 | 11010 |
Color Harmonies of #77740D
Complementary color
Monochromatic Colors of #77740D
Black with #77740D
Text Example
Text Example
White with #77740D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77740D; }
p { color: rgb(119,116,13); }
H1.HeaderClassName
{
color: #77740D;
}
.AnyTagClassName
{
color: #77740D;
}
</style>
background-color css
<style>
a { background-color: #77740D; }
a { background-color: rgb(119,116,13); }
div.DivClassName
{
background-color: #77740D;
}
.BgClassName
{
background-color: #77740D;
}
</style>
border-color css
<style>
span { border-color: #77740D; }
span { border-color: rgb(119,116,13); }
td.TdClassName
{
border-color: #77740D;
}
.TagClassName
{
border-color: #77740D;
}
</style>