Shades of Olive #87830C
Tints of Olive #87830C
RGB
CMYK
RGB Variations
Color information
#87830C (or 0x87830C) is known color: Olive. HEX triplet: 87, 83 and 0C. RGB value is (135,131,12). Sum of RGB (Red+Green+Blue) = 135+131+12=278 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.56% from 278); Green value is 131 (51.56% from 255 or 47.12% from 278); Blue value is 12 (5.08% from 255 or 4.32% from 278); Max value from RGB is 135 - color contains mainly: red. Hex color #87830C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #87830C is #787CF3. Grayscale: #777777. Windows color (decimal): -7896308 or 820103. OLE color: 820103.
HSL color Cylindrical-coordinate representation of color #87830C: hue angle of 58.05º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #87830C is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 131 | 12 | - |
| CMYK | 0 | 0.03 | 0.91 | 0.47 |
| HSL | 58.05º | 0.84% | 0.29% | - |
| HSV(B) | 58.05º | 0.91% | 0.53% | - |
| XYZ | 18.17 | 21.41 | 3.52 | - |
| YUV | 118.63 | 67.83 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 131 | 12 | 0 | 0.03 | 0.91 | 0.47 | 58.05 | 0.84 | 0.29 |
| Hex | 87 | 83 | C | 0 | 3 | 5B | 2F | 3A | 54 | 1D |
| Octal | 207 | 203 | 14 | 0 | 3 | 133 | 57 | 72 | 124 | 35 |
| Binary | 10000111 | 10000011 | 1100 | 0 | 11 | 1011011 | 101111 | 111010 | 1010100 | 11101 |
Color Harmonies of #87830C
Complementary color
Monochromatic Colors of #87830C
Black with #87830C
Text Example
Text Example
White with #87830C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87830C; }
p { color: rgb(135,131,12); }
H1.HeaderClassName
{
color: #87830C;
}
.AnyTagClassName
{
color: #87830C;
}
</style>
background-color css
<style>
a { background-color: #87830C; }
a { background-color: rgb(135,131,12); }
div.DivClassName
{
background-color: #87830C;
}
.BgClassName
{
background-color: #87830C;
}
</style>
border-color css
<style>
span { border-color: #87830C; }
span { border-color: rgb(135,131,12); }
td.TdClassName
{
border-color: #87830C;
}
.TagClassName
{
border-color: #87830C;
}
</style>