Shades of Olive #87780D
Tints of Olive #87780D
RGB
CMYK
RGB Variations
Color information
#87780D (or 0x87780D) is known color: Olive. HEX triplet: 87, 78 and 0D. RGB value is (135,120,13). Sum of RGB (Red+Green+Blue) = 135+120+13=268 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.37% from 268); Green value is 120 (47.27% from 255 or 44.78% from 268); Blue value is 13 (5.47% from 255 or 4.85% from 268); Max value from RGB is 135 - color contains mainly: red. Hex color #87780D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87780D is #7887F2. Grayscale: #707070. Windows color (decimal): -7899123 or 882823. OLE color: 882823.
HSL color Cylindrical-coordinate representation of color #87780D: hue angle of 52.62º 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 #87780D is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 120 | 13 | - |
| CMYK | 0 | 0.11 | 0.90 | 0.47 |
| HSL | 52.62º | 0.82% | 0.29% | - |
| HSV(B) | 52.62º | 0.9% | 0.53% | - |
| XYZ | 16.78 | 18.61 | 3.09 | - |
| YUV | 112.29 | 71.97 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 120 | 13 | 0 | 0.11 | 0.90 | 0.47 | 52.62 | 0.82 | 0.29 |
| Hex | 87 | 78 | D | 0 | B | 5A | 2F | 35 | 52 | 1D |
| Octal | 207 | 170 | 15 | 0 | 13 | 132 | 57 | 65 | 122 | 35 |
| Binary | 10000111 | 1111000 | 1101 | 0 | 1011 | 1011010 | 101111 | 110101 | 1010010 | 11101 |
Color Harmonies of #87780D
Complementary color
Monochromatic Colors of #87780D
Black with #87780D
Text Example
Text Example
White with #87780D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87780D; }
p { color: rgb(135,120,13); }
H1.HeaderClassName
{
color: #87780D;
}
.AnyTagClassName
{
color: #87780D;
}
</style>
background-color css
<style>
a { background-color: #87780D; }
a { background-color: rgb(135,120,13); }
div.DivClassName
{
background-color: #87780D;
}
.BgClassName
{
background-color: #87780D;
}
</style>
border-color css
<style>
span { border-color: #87780D; }
span { border-color: rgb(135,120,13); }
td.TdClassName
{
border-color: #87780D;
}
.TagClassName
{
border-color: #87780D;
}
</style>