#887701

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

Shades of Olive #887701

Tints of Olive #887701

Color information

#887701 (or 0x887701) is unknown color: approx Olive. HEX triplet: 88, 77 and 01. RGB value is (136,119,1). Sum of RGB (Red+Green+Blue) = 136+119+1=256 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.12% from 256); Green value is 119 (46.88% from 255 or 46.48% from 256); Blue value is 1 (0.78% from 255 or 0.39% from 256); Max value from RGB is 136 - color contains mainly: red. Hex color #887701 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887701 is #7788FE. Grayscale: #6F6F6F. Windows color (decimal): -7833855 or 96136. OLE color: 96136.

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

Color convert

RGB1361191-
CMYK00.120.990.47
HSL52.44º98.54%26.86%-
HSV(B)52.44º99.26%53.33%-
XYZ16.7618.432.7-
YUV110.6366.13146.09-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.12%
GREEN value IS 119 (46.88% from 255) = 46.48%
BLUE value IS 1 (0.78% from 255) = 0.39%
R=53.12%
G=46.48%
B=0.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136119100.120.990.4752.4498.5426.86
Hex887710C632F34631b
Octal2101671014143576414333
Binary1000100011101111011001100011101111110100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887701; }

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

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

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

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

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

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

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

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