Shades of Olive #7E780C
Tints of Olive #7E780C
RGB
CMYK
RGB Variations
Color information
#7E780C (or 0x7E780C) is known color: Olive. HEX triplet: 7E, 78 and 0C. RGB value is (126,120,12). Sum of RGB (Red+Green+Blue) = 126+120+12=258 (34% of max value = 765). Red value is 126 (49.61% from 255 or 48.84% from 258); Green value is 120 (47.27% from 255 or 46.51% from 258); Blue value is 12 (5.08% from 255 or 4.65% from 258); Max value from RGB is 126 - color contains mainly: red. Hex color #7E780C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E780C is #8187F3. Grayscale: #6D6D6D. Windows color (decimal): -8488948 or 817278. OLE color: 817278.
HSL color Cylindrical-coordinate representation of color #7E780C: hue angle of 56.84º degrees, saturation: 0.83, 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 #7E780C is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 120 | 12 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.51 |
| HSL | 56.84º | 0.83% | 0.27% | - |
| HSV(B) | 56.84º | 0.9% | 0.49% | - |
| XYZ | 15.39 | 17.9 | 2.99 | - |
| YUV | 109.48 | 72.99 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 120 | 12 | 0 | 0.05 | 0.90 | 0.51 | 56.84 | 0.83 | 0.27 |
| Hex | 7E | 78 | C | 0 | 5 | 5A | 33 | 39 | 53 | 1B |
| Octal | 176 | 170 | 14 | 0 | 5 | 132 | 63 | 71 | 123 | 33 |
| Binary | 1111110 | 1111000 | 1100 | 0 | 101 | 1011010 | 110011 | 111001 | 1010011 | 11011 |
Color Harmonies of #7E780C
Complementary color
Monochromatic Colors of #7E780C
Black with #7E780C
Text Example
Text Example
White with #7E780C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E780C; }
p { color: rgb(126,120,12); }
H1.HeaderClassName
{
color: #7E780C;
}
.AnyTagClassName
{
color: #7E780C;
}
</style>
background-color css
<style>
a { background-color: #7E780C; }
a { background-color: rgb(126,120,12); }
div.DivClassName
{
background-color: #7E780C;
}
.BgClassName
{
background-color: #7E780C;
}
</style>
border-color css
<style>
span { border-color: #7E780C; }
span { border-color: rgb(126,120,12); }
td.TdClassName
{
border-color: #7E780C;
}
.TagClassName
{
border-color: #7E780C;
}
</style>