Shades of Olive #80870D
Tints of Olive #80870D
RGB
CMYK
RGB Variations
Color information
#80870D (or 0x80870D) is known color: Olive. HEX triplet: 80, 87 and 0D. RGB value is (128,135,13). Sum of RGB (Red+Green+Blue) = 128+135+13=276 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.38% from 276); Green value is 135 (53.12% from 255 or 48.91% from 276); Blue value is 13 (5.47% from 255 or 4.71% from 276); Max value from RGB is 135 - color contains mainly: green. Hex color #80870D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80870D is #7F78F2. Grayscale: #777777. Windows color (decimal): -8354035 or 886656. OLE color: 886656.
HSL color Cylindrical-coordinate representation of color #80870D: hue angle of 63.44º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #80870D is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 135 | 13 | - |
| CMYK | 0.05 | 0 | 0.90 | 0.47 |
| HSL | 63.44º | 0.82% | 0.29% | - |
| HSV(B) | 63.44º | 0.9% | 0.53% | - |
| XYZ | 17.64 | 21.95 | 3.69 | - |
| YUV | 119 | 68.18 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 135 | 13 | 0.05 | 0 | 0.90 | 0.47 | 63.44 | 0.82 | 0.29 |
| Hex | 80 | 87 | D | 5 | 0 | 5A | 2F | 3F | 52 | 1D |
| Octal | 200 | 207 | 15 | 5 | 0 | 132 | 57 | 77 | 122 | 35 |
| Binary | 10000000 | 10000111 | 1101 | 101 | 0 | 1011010 | 101111 | 111111 | 1010010 | 11101 |
Color Harmonies of #80870D
Complementary color
Monochromatic Colors of #80870D
Black with #80870D
Text Example
Text Example
White with #80870D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80870D; }
p { color: rgb(128,135,13); }
H1.HeaderClassName
{
color: #80870D;
}
.AnyTagClassName
{
color: #80870D;
}
</style>
background-color css
<style>
a { background-color: #80870D; }
a { background-color: rgb(128,135,13); }
div.DivClassName
{
background-color: #80870D;
}
.BgClassName
{
background-color: #80870D;
}
</style>
border-color css
<style>
span { border-color: #80870D; }
span { border-color: rgb(128,135,13); }
td.TdClassName
{
border-color: #80870D;
}
.TagClassName
{
border-color: #80870D;
}
</style>