#887504

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

Shades of Olive #887504

Tints of Olive #887504

Color information

#887504 (or 0x887504) is unknown color: approx Olive. HEX triplet: 88, 75 and 04. RGB value is (136,117,4). Sum of RGB (Red+Green+Blue) = 136+117+4=257 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.92% from 257); Green value is 117 (46.09% from 255 or 45.53% from 257); Blue value is 4 (1.95% from 255 or 1.56% from 257); Max value from RGB is 136 - color contains mainly: red. Hex color #887504 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887504 is #778AFB. Grayscale: #6E6E6E. Windows color (decimal): -7834364 or 292232. OLE color: 292232.

HSL color Cylindrical-coordinate representation of color #887504: hue angle of 51.36º 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 #887504 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.47.

Color convert

RGB1361174-
CMYK00.140.970.47
HSL51.36º94.29%27.45%-
HSV(B)51.36º97.06%53.33%-
XYZ16.5417.972.71-
YUV109.868.29146.69-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.92%
GREEN value IS 117 (46.09% from 255) = 45.53%
BLUE value IS 4 (1.95% from 255) = 1.56%
R=52.92%
G=45.53%
B=1.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.97
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136117400.140.970.4751.3694.2927.45
Hex887540E612F335e1b
Octal2101654016141576313633
Binary100010001110101100011101100001101111110011101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887504; }

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

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

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

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

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

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

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

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