#887508

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

Shades of Olive #887508

Tints of Olive #887508

Color information

#887508 (or 0x887508) is unknown color: approx Olive. HEX triplet: 88, 75 and 08. RGB value is (136,117,8). Sum of RGB (Red+Green+Blue) = 136+117+8=261 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.11% from 261); Green value is 117 (46.09% from 255 or 44.83% from 261); Blue value is 8 (3.52% from 255 or 3.07% from 261); Max value from RGB is 136 - color contains mainly: red. Hex color #887508 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887508 is #778AF7. Grayscale: #6E6E6E. Windows color (decimal): -7834360 or 554376. OLE color: 554376.

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

Color convert

RGB1361178-
CMYK00.140.940.47
HSL51.09º88.89%28.24%-
HSV(B)51.09º94.12%53.33%-
XYZ16.5617.972.83-
YUV110.2670.29146.36-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.11%
GREEN value IS 117 (46.09% from 255) = 44.83%
BLUE value IS 8 (3.52% from 255) = 3.07%
R=52.11%
G=44.83%
B=3.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.94
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136117800.140.940.4751.0988.8928.24
Hex887580E5E2F33591c
Octal21016510016136576313134
Binary1000100011101011000011101011110101111110011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887508; }

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

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

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

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

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

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

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

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