#887404

Color #887404 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #887404

Tints of Olive #887404

Color information

#887404 (or 0x887404) is unknown color: approx Olive. HEX triplet: 88, 74 and 04. RGB value is (136,116,4). Sum of RGB (Red+Green+Blue) = 136+116+4=256 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.12% from 256); Green value is 116 (45.70% from 255 or 45.31% from 256); Blue value is 4 (1.95% from 255 or 1.56% from 256); Max value from RGB is 136 - color contains mainly: red. Hex color #887404 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887404 is #778BFB. Grayscale: #6D6D6D. Windows color (decimal): -7834620 or 291976. OLE color: 291976.

HSL color Cylindrical-coordinate representation of color #887404: hue angle of 50.91º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #887404 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.47.

Color convert

RGB1361164-
CMYK00.150.970.47
HSL50.91º94.29%27.45%-
HSV(B)50.91º97.06%53.33%-
XYZ16.4217.732.67-
YUV109.2168.63147.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 136 (53.52% from 255) = 53.12%
GREEN value IS 116 (45.70% from 255) = 45.31%
BLUE value IS 4 (1.95% from 255) = 1.56%
R=53.12%
G=45.31%
B=1.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.97
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136116400.150.970.4750.9194.2927.45
Hex887440F612F335e1b
Octal2101644017141576313633
Binary100010001110100100011111100001101111110011101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887404; }

 p { color: rgb(136,116,4); }

 H1.HeaderClassName
 {
   color: #887404;
 }
 .AnyTagClassName
 {
   color: #887404;
 }
</style>
background-color css

<style>
 a { background-color: #887404; }

 a { background-color: rgb(136,116,4); }

 div.DivClassName
 {
   background-color: #887404;
 }
 .BgClassName
 {
   background-color: #887404;
 }
</style>
border-color css

<style>
 span { border-color: #887404; }

 span { border-color: rgb(136,116,4); }

 td.TdClassName
 {
   border-color: #887404;
 }
 .TagClassName
 {
   border-color: #887404;
 }
</style>