Shades of Olive #87890C
Tints of Olive #87890C
RGB
CMYK
RGB Variations
Color information
#87890C (or 0x87890C) is known color: Olive. HEX triplet: 87, 89 and 0C. RGB value is (135,137,12). Sum of RGB (Red+Green+Blue) = 135+137+12=284 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.54% from 284); Green value is 137 (53.91% from 255 or 48.24% from 284); Blue value is 12 (5.08% from 255 or 4.23% from 284); Max value from RGB is 137 - color contains mainly: green. Hex color #87890C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #87890C is #7876F3. Grayscale: #7A7A7A. Windows color (decimal): -7894772 or 821639. OLE color: 821639.
HSL color Cylindrical-coordinate representation of color #87890C: hue angle of 60.96º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #87890C is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 135 | 137 | 12 | - |
| CMYK | 0.01 | 0 | 0.91 | 0.46 |
| HSL | 60.96º | 0.84% | 0.29% | - |
| HSV(B) | 60.96º | 0.91% | 0.54% | - |
| XYZ | 19 | 23.07 | 3.8 | - |
| YUV | 122.15 | 65.84 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 137 | 12 | 0.01 | 0 | 0.91 | 0.46 | 60.96 | 0.84 | 0.29 |
| Hex | 87 | 89 | C | 1 | 0 | 5B | 2E | 3D | 54 | 1D |
| Octal | 207 | 211 | 14 | 1 | 0 | 133 | 56 | 75 | 124 | 35 |
| Binary | 10000111 | 10001001 | 1100 | 1 | 0 | 1011011 | 101110 | 111101 | 1010100 | 11101 |
Color Harmonies of #87890C
Complementary color
Monochromatic Colors of #87890C
Black with #87890C
Text Example
Text Example
White with #87890C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87890C; }
p { color: rgb(135,137,12); }
H1.HeaderClassName
{
color: #87890C;
}
.AnyTagClassName
{
color: #87890C;
}
</style>
background-color css
<style>
a { background-color: #87890C; }
a { background-color: rgb(135,137,12); }
div.DivClassName
{
background-color: #87890C;
}
.BgClassName
{
background-color: #87890C;
}
</style>
border-color css
<style>
span { border-color: #87890C; }
span { border-color: rgb(135,137,12); }
td.TdClassName
{
border-color: #87890C;
}
.TagClassName
{
border-color: #87890C;
}
</style>