Shades of Olive #87830D
Tints of Olive #87830D
RGB
CMYK
RGB Variations
Color information
#87830D (or 0x87830D) is known color: Olive. HEX triplet: 87, 83 and 0D. RGB value is (135,131,13). Sum of RGB (Red+Green+Blue) = 135+131+13=279 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.39% from 279); Green value is 131 (51.56% from 255 or 46.95% from 279); Blue value is 13 (5.47% from 255 or 4.66% from 279); Max value from RGB is 135 - color contains mainly: red. Hex color #87830D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #87830D is #787CF2. Grayscale: #777777. Windows color (decimal): -7896307 or 885639. OLE color: 885639.
HSL color Cylindrical-coordinate representation of color #87830D: hue angle of 58.03º 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 #87830D is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 131 | 13 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.47 |
| HSL | 58.03º | 0.82% | 0.29% | - |
| HSV(B) | 58.03º | 0.9% | 0.53% | - |
| XYZ | 18.18 | 21.41 | 3.56 | - |
| YUV | 118.74 | 68.33 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 131 | 13 | 0 | 0.03 | 0.90 | 0.47 | 58.03 | 0.82 | 0.29 |
| Hex | 87 | 83 | D | 0 | 3 | 5A | 2F | 3A | 52 | 1D |
| Octal | 207 | 203 | 15 | 0 | 3 | 132 | 57 | 72 | 122 | 35 |
| Binary | 10000111 | 10000011 | 1101 | 0 | 11 | 1011010 | 101111 | 111010 | 1010010 | 11101 |
Color Harmonies of #87830D
Complementary color
Monochromatic Colors of #87830D
Black with #87830D
Text Example
Text Example
White with #87830D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87830D; }
p { color: rgb(135,131,13); }
H1.HeaderClassName
{
color: #87830D;
}
.AnyTagClassName
{
color: #87830D;
}
</style>
background-color css
<style>
a { background-color: #87830D; }
a { background-color: rgb(135,131,13); }
div.DivClassName
{
background-color: #87830D;
}
.BgClassName
{
background-color: #87830D;
}
</style>
border-color css
<style>
span { border-color: #87830D; }
span { border-color: rgb(135,131,13); }
td.TdClassName
{
border-color: #87830D;
}
.TagClassName
{
border-color: #87830D;
}
</style>