#887001

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

Shades of Olive #887001

Tints of Olive #887001

Color information

#887001 (or 0x887001) is unknown color: approx Olive. HEX triplet: 88, 70 and 01. RGB value is (136,112,1). Sum of RGB (Red+Green+Blue) = 136+112+1=249 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.62% from 249); Green value is 112 (44.14% from 255 or 44.98% from 249); Blue value is 1 (0.78% from 255 or 0.40% from 249); Max value from RGB is 136 - color contains mainly: red. Hex color #887001 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887001 is #778FFE. Grayscale: #6A6A6A. Windows color (decimal): -7835647 or 94344. OLE color: 94344.

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

Color convert

RGB1361121-
CMYK00.180.990.47
HSL49.33º98.54%26.86%-
HSV(B)49.33º99.26%53.33%-
XYZ15.9516.822.44-
YUV106.5268.45149.03-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 54.62%
GREEN value IS 112 (44.14% from 255) = 44.98%
BLUE value IS 1 (0.78% from 255) = 0.40%
R=54.62%
G=44.98%
B=0.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136112100.180.990.4749.3398.5426.86
Hex88701012632F31631b
Octal2101601022143576114333
Binary10001000111000010100101100011101111110001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887001; }

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

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

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

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

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

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

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

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