Shades of Olive #7C770D
Tints of Olive #7C770D
RGB
CMYK
RGB Variations
Color information
#7C770D (or 0x7C770D) is known color: Olive. HEX triplet: 7C, 77 and 0D. RGB value is (124,119,13). Sum of RGB (Red+Green+Blue) = 124+119+13=256 (33% of max value = 765). Red value is 124 (48.83% from 255 or 48.44% from 256); Green value is 119 (46.88% from 255 or 46.48% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 124 - color contains mainly: red. Hex color #7C770D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C770D is #8388F2. Grayscale: #6C6C6C. Windows color (decimal): -8620275 or 882556. OLE color: 882556.
HSL color Cylindrical-coordinate representation of color #7C770D: hue angle of 57.3º 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 #7C770D is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 119 | 13 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.51 |
| HSL | 57.3º | 0.81% | 0.27% | - |
| HSV(B) | 57.3º | 0.9% | 0.49% | - |
| XYZ | 14.98 | 17.51 | 2.97 | - |
| YUV | 108.41 | 74.16 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 119 | 13 | 0 | 0.04 | 0.90 | 0.51 | 57.3 | 0.81 | 0.27 |
| Hex | 7C | 77 | D | 0 | 4 | 5A | 33 | 39 | 51 | 1B |
| Octal | 174 | 167 | 15 | 0 | 4 | 132 | 63 | 71 | 121 | 33 |
| Binary | 1111100 | 1110111 | 1101 | 0 | 100 | 1011010 | 110011 | 111001 | 1010001 | 11011 |
Color Harmonies of #7C770D
Complementary color
Monochromatic Colors of #7C770D
Black with #7C770D
Text Example
Text Example
White with #7C770D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C770D; }
p { color: rgb(124,119,13); }
H1.HeaderClassName
{
color: #7C770D;
}
.AnyTagClassName
{
color: #7C770D;
}
</style>
background-color css
<style>
a { background-color: #7C770D; }
a { background-color: rgb(124,119,13); }
div.DivClassName
{
background-color: #7C770D;
}
.BgClassName
{
background-color: #7C770D;
}
</style>
border-color css
<style>
span { border-color: #7C770D; }
span { border-color: rgb(124,119,13); }
td.TdClassName
{
border-color: #7C770D;
}
.TagClassName
{
border-color: #7C770D;
}
</style>