Shades of Olive #887F0D
Tints of Olive #887F0D
RGB
CMYK
RGB Variations
Color information
#887F0D (or 0x887F0D) is known color: Olive. HEX triplet: 88, 7F and 0D. RGB value is (136,127,13). Sum of RGB (Red+Green+Blue) = 136+127+13=276 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.28% from 276); Green value is 127 (50% from 255 or 46.01% from 276); Blue value is 13 (5.47% from 255 or 4.71% from 276); Max value from RGB is 136 - color contains mainly: red. Hex color #887F0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887F0D is #7780F2. Grayscale: #757575. Windows color (decimal): -7831795 or 884616. OLE color: 884616.
HSL color Cylindrical-coordinate representation of color #887F0D: hue angle of 55.61º degrees, saturation: 0.83, 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 #887F0D is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 127 | 13 | - |
| CMYK | 0 | 0.07 | 0.90 | 0.47 |
| HSL | 55.61º | 0.83% | 0.29% | - |
| HSV(B) | 55.61º | 0.9% | 0.53% | - |
| XYZ | 17.82 | 20.44 | 3.39 | - |
| YUV | 116.7 | 69.48 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 127 | 13 | 0 | 0.07 | 0.90 | 0.47 | 55.61 | 0.83 | 0.29 |
| Hex | 88 | 7F | D | 0 | 7 | 5A | 2F | 38 | 53 | 1D |
| Octal | 210 | 177 | 15 | 0 | 7 | 132 | 57 | 70 | 123 | 35 |
| Binary | 10001000 | 1111111 | 1101 | 0 | 111 | 1011010 | 101111 | 111000 | 1010011 | 11101 |
Color Harmonies of #887F0D
Complementary color
Monochromatic Colors of #887F0D
Black with #887F0D
Text Example
Text Example
White with #887F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887F0D; }
p { color: rgb(136,127,13); }
H1.HeaderClassName
{
color: #887F0D;
}
.AnyTagClassName
{
color: #887F0D;
}
</style>
background-color css
<style>
a { background-color: #887F0D; }
a { background-color: rgb(136,127,13); }
div.DivClassName
{
background-color: #887F0D;
}
.BgClassName
{
background-color: #887F0D;
}
</style>
border-color css
<style>
span { border-color: #887F0D; }
span { border-color: rgb(136,127,13); }
td.TdClassName
{
border-color: #887F0D;
}
.TagClassName
{
border-color: #887F0D;
}
</style>