Shades of Olive #77700D
Tints of Olive #77700D
RGB
CMYK
RGB Variations
Color information
#77700D (or 0x77700D) is known color: Olive. HEX triplet: 77, 70 and 0D. RGB value is (119,112,13). Sum of RGB (Red+Green+Blue) = 119+112+13=244 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.77% from 244); Green value is 112 (44.14% from 255 or 45.90% from 244); Blue value is 13 (5.47% from 255 or 5.33% from 244); Max value from RGB is 119 - color contains mainly: red. Hex color #77700D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77700D is #888FF2. Grayscale: #676767. Windows color (decimal): -8949747 or 880759. OLE color: 880759.
HSL color Cylindrical-coordinate representation of color #77700D: hue angle of 56.04º 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 #77700D is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 112 | 13 | - |
| CMYK | 0 | 0.06 | 0.89 | 0.53 |
| HSL | 56.04º | 0.8% | 0.26% | - |
| HSV(B) | 56.04º | 0.89% | 0.47% | - |
| XYZ | 13.47 | 15.54 | 2.67 | - |
| YUV | 102.81 | 77.32 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 112 | 13 | 0 | 0.06 | 0.89 | 0.53 | 56.04 | 0.8 | 0.26 |
| Hex | 77 | 70 | D | 0 | 6 | 59 | 35 | 38 | 50 | 1A |
| Octal | 167 | 160 | 15 | 0 | 6 | 131 | 65 | 70 | 120 | 32 |
| Binary | 1110111 | 1110000 | 1101 | 0 | 110 | 1011001 | 110101 | 111000 | 1010000 | 11010 |
Color Harmonies of #77700D
Complementary color
Monochromatic Colors of #77700D
Black with #77700D
Text Example
Text Example
White with #77700D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77700D; }
p { color: rgb(119,112,13); }
H1.HeaderClassName
{
color: #77700D;
}
.AnyTagClassName
{
color: #77700D;
}
</style>
background-color css
<style>
a { background-color: #77700D; }
a { background-color: rgb(119,112,13); }
div.DivClassName
{
background-color: #77700D;
}
.BgClassName
{
background-color: #77700D;
}
</style>
border-color css
<style>
span { border-color: #77700D; }
span { border-color: rgb(119,112,13); }
td.TdClassName
{
border-color: #77700D;
}
.TagClassName
{
border-color: #77700D;
}
</style>