Shades of Olive #7D770D
Tints of Olive #7D770D
RGB
CMYK
RGB Variations
Color information
#7D770D (or 0x7D770D) is known color: Olive. HEX triplet: 7D, 77 and 0D. RGB value is (125,119,13). Sum of RGB (Red+Green+Blue) = 125+119+13=257 (34% of max value = 765). Red value is 125 (49.22% from 255 or 48.64% from 257); Green value is 119 (46.88% from 255 or 46.30% from 257); Blue value is 13 (5.47% from 255 or 5.06% from 257); Max value from RGB is 125 - color contains mainly: red. Hex color #7D770D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D770D is #8288F2. Grayscale: #6D6D6D. Windows color (decimal): -8554739 or 882557. OLE color: 882557.
HSL color Cylindrical-coordinate representation of color #7D770D: hue angle of 56.79º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7D770D is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 119 | 13 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.51 |
| HSL | 56.79º | 0.81% | 0.27% | - |
| HSV(B) | 56.79º | 0.9% | 0.49% | - |
| XYZ | 15.13 | 17.58 | 2.98 | - |
| YUV | 108.71 | 73.99 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 119 | 13 | 0 | 0.05 | 0.90 | 0.51 | 56.79 | 0.81 | 0.27 |
| Hex | 7D | 77 | D | 0 | 5 | 5A | 33 | 39 | 51 | 1B |
| Octal | 175 | 167 | 15 | 0 | 5 | 132 | 63 | 71 | 121 | 33 |
| Binary | 1111101 | 1110111 | 1101 | 0 | 101 | 1011010 | 110011 | 111001 | 1010001 | 11011 |
Color Harmonies of #7D770D
Complementary color
Monochromatic Colors of #7D770D
Black with #7D770D
Text Example
Text Example
White with #7D770D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D770D; }
p { color: rgb(125,119,13); }
H1.HeaderClassName
{
color: #7D770D;
}
.AnyTagClassName
{
color: #7D770D;
}
</style>
background-color css
<style>
a { background-color: #7D770D; }
a { background-color: rgb(125,119,13); }
div.DivClassName
{
background-color: #7D770D;
}
.BgClassName
{
background-color: #7D770D;
}
</style>
border-color css
<style>
span { border-color: #7D770D; }
span { border-color: rgb(125,119,13); }
td.TdClassName
{
border-color: #7D770D;
}
.TagClassName
{
border-color: #7D770D;
}
</style>