Shades of Olive #887403
Tints of Olive #887403
RGB
CMYK
RGB Variations
Color information
#887403 (or 0x887403) is known color: Olive. HEX triplet: 88, 74 and 03. RGB value is (136,116,3). Sum of RGB (Red+Green+Blue) = 136+116+3=255 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.33% from 255); Green value is 116 (45.70% from 255 or 45.49% from 255); Blue value is 3 (1.56% from 255 or 1.18% from 255); Max value from RGB is 136 - color contains mainly: red. Hex color #887403 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887403 is #778BFC. Grayscale: #6D6D6D. Windows color (decimal): -7834621 or 226440. OLE color: 226440.
HSL color Cylindrical-coordinate representation of color #887403: hue angle of 50.98º 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 #887403 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 116 | 3 | - |
| CMYK | 0 | 0.15 | 0.98 | 0.47 |
| HSL | 50.98º | 0.96% | 0.27% | - |
| HSV(B) | 50.98º | 0.98% | 0.53% | - |
| XYZ | 16.42 | 17.73 | 2.64 | - |
| YUV | 109.1 | 68.13 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 116 | 3 | 0 | 0.15 | 0.98 | 0.47 | 50.98 | 0.96 | 0.27 |
| Hex | 88 | 74 | 3 | 0 | F | 62 | 2F | 33 | 60 | 1B |
| Octal | 210 | 164 | 3 | 0 | 17 | 142 | 57 | 63 | 140 | 33 |
| Binary | 10001000 | 1110100 | 11 | 0 | 1111 | 1100010 | 101111 | 110011 | 1100000 | 11011 |
Color Harmonies of #887403
Complementary color
Monochromatic Colors of #887403
Black with #887403
Text Example
Text Example
White with #887403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887403; }
p { color: rgb(136,116,3); }
H1.HeaderClassName
{
color: #887403;
}
.AnyTagClassName
{
color: #887403;
}
</style>
background-color css
<style>
a { background-color: #887403; }
a { background-color: rgb(136,116,3); }
div.DivClassName
{
background-color: #887403;
}
.BgClassName
{
background-color: #887403;
}
</style>
border-color css
<style>
span { border-color: #887403; }
span { border-color: rgb(136,116,3); }
td.TdClassName
{
border-color: #887403;
}
.TagClassName
{
border-color: #887403;
}
</style>