Shades of Olive #80780D
Tints of Olive #80780D
RGB
CMYK
RGB Variations
Color information
#80780D (or 0x80780D) is known color: Olive. HEX triplet: 80, 78 and 0D. RGB value is (128,120,13). Sum of RGB (Red+Green+Blue) = 128+120+13=261 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.04% from 261); Green value is 120 (47.27% from 255 or 45.98% from 261); Blue value is 13 (5.47% from 255 or 4.98% from 261); Max value from RGB is 128 - color contains mainly: red. Hex color #80780D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #80780D is #7F87F2. Grayscale: #6E6E6E. Windows color (decimal): -8357875 or 882816. OLE color: 882816.
HSL color Cylindrical-coordinate representation of color #80780D: hue angle of 55.83º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #80780D is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 120 | 13 | - |
| CMYK | 0 | 0.06 | 0.90 | 0.50 |
| HSL | 55.83º | 0.82% | 0.28% | - |
| HSV(B) | 55.83º | 0.9% | 0.5% | - |
| XYZ | 15.69 | 18.05 | 3.04 | - |
| YUV | 110.19 | 73.15 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 120 | 13 | 0 | 0.06 | 0.90 | 0.50 | 55.83 | 0.82 | 0.28 |
| Hex | 80 | 78 | D | 0 | 6 | 5A | 32 | 38 | 52 | 1C |
| Octal | 200 | 170 | 15 | 0 | 6 | 132 | 62 | 70 | 122 | 34 |
| Binary | 10000000 | 1111000 | 1101 | 0 | 110 | 1011010 | 110010 | 111000 | 1010010 | 11100 |
Color Harmonies of #80780D
Complementary color
Monochromatic Colors of #80780D
Black with #80780D
Text Example
Text Example
White with #80780D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80780D; }
p { color: rgb(128,120,13); }
H1.HeaderClassName
{
color: #80780D;
}
.AnyTagClassName
{
color: #80780D;
}
</style>
background-color css
<style>
a { background-color: #80780D; }
a { background-color: rgb(128,120,13); }
div.DivClassName
{
background-color: #80780D;
}
.BgClassName
{
background-color: #80780D;
}
</style>
border-color css
<style>
span { border-color: #80780D; }
span { border-color: rgb(128,120,13); }
td.TdClassName
{
border-color: #80780D;
}
.TagClassName
{
border-color: #80780D;
}
</style>