#887000

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

Shades of Olive #887000

Tints of Olive #887000

Color information

#887000 (or 0x887000) is unknown color: approx Olive. HEX triplet: 88, 70 and 00. RGB value is (136,112,0). Sum of RGB (Red+Green+Blue) = 136+112+0=248 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.84% from 248); Green value is 112 (44.14% from 255 or 45.16% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 136 - color contains mainly: red. Hex color #887000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887000 is #778FFF. Grayscale: #6A6A6A. Windows color (decimal): -7835648 or 28808. OLE color: 28808.

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

Color convert

RGB1361120-
CMYK00.1810.47
HSL49.41º100%26.67%-
HSV(B)49.41º100%53.33%-
XYZ15.9516.822.41-
YUV106.4167.95149.11-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 54.84%
GREEN value IS 112 (44.14% from 255) = 45.16%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.84%
G=45.16%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136112000.1810.4749.4110026.67
Hex88700012642F31641b
Octal2101600022144576114433
Binary10001000111000000100101100100101111110001110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887000; }

 p { color: rgb(136,112,0); }

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

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

 a { background-color: rgb(136,112,0); }

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

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

 span { border-color: rgb(136,112,0); }

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