Shades of Olive #887303
Tints of Olive #887303
RGB
CMYK
RGB Variations
Color information
#887303 (or 0x887303) is known color: Olive. HEX triplet: 88, 73 and 03. RGB value is (136,115,3). Sum of RGB (Red+Green+Blue) = 136+115+3=254 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.54% from 254); Green value is 115 (45.31% from 255 or 45.28% from 254); Blue value is 3 (1.56% from 255 or 1.18% from 254); Max value from RGB is 136 - color contains mainly: red. Hex color #887303 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887303 is #778CFC. Grayscale: #6C6C6C. Windows color (decimal): -7834877 or 226184. OLE color: 226184.
HSL color Cylindrical-coordinate representation of color #887303: hue angle of 50.53º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #887303 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 115 | 3 | - |
| CMYK | 0 | 0.15 | 0.98 | 0.47 |
| HSL | 50.53º | 0.96% | 0.27% | - |
| HSV(B) | 50.53º | 0.98% | 0.53% | - |
| XYZ | 16.3 | 17.5 | 2.61 | - |
| YUV | 108.51 | 68.46 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 115 | 3 | 0 | 0.15 | 0.98 | 0.47 | 50.53 | 0.96 | 0.27 |
| Hex | 88 | 73 | 3 | 0 | F | 62 | 2F | 33 | 60 | 1B |
| Octal | 210 | 163 | 3 | 0 | 17 | 142 | 57 | 63 | 140 | 33 |
| Binary | 10001000 | 1110011 | 11 | 0 | 1111 | 1100010 | 101111 | 110011 | 1100000 | 11011 |
Color Harmonies of #887303
Complementary color
Monochromatic Colors of #887303
Black with #887303
Text Example
Text Example
White with #887303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887303; }
p { color: rgb(136,115,3); }
H1.HeaderClassName
{
color: #887303;
}
.AnyTagClassName
{
color: #887303;
}
</style>
background-color css
<style>
a { background-color: #887303; }
a { background-color: rgb(136,115,3); }
div.DivClassName
{
background-color: #887303;
}
.BgClassName
{
background-color: #887303;
}
</style>
border-color css
<style>
span { border-color: #887303; }
span { border-color: rgb(136,115,3); }
td.TdClassName
{
border-color: #887303;
}
.TagClassName
{
border-color: #887303;
}
</style>