#887A01

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

Shades of Olive #887A01

Tints of Olive #887A01

Color information

#887A01 (or 0x887A01) is unknown color: approx Olive. HEX triplet: 88, 7A and 01. RGB value is (136,122,1). Sum of RGB (Red+Green+Blue) = 136+122+1=259 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.51% from 259); Green value is 122 (48.05% from 255 or 47.10% from 259); Blue value is 1 (0.78% from 255 or 0.39% from 259); Max value from RGB is 136 - color contains mainly: red. Hex color #887A01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887A01 is #7785FE. Grayscale: #707070. Windows color (decimal): -7833087 or 96904. OLE color: 96904.

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

Color convert

RGB1361221-
CMYK00.100.990.47
HSL53.78º98.54%26.86%-
HSV(B)53.78º99.26%53.33%-
XYZ17.1219.162.82-
YUV112.3965.14144.84-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.51%
GREEN value IS 122 (48.05% from 255) = 47.10%
BLUE value IS 1 (0.78% from 255) = 0.39%
R=52.51%
G=47.10%
B=0.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136122100.100.990.4753.7898.5426.86
Hex887A10A632F36631b
Octal2101721012143576614333
Binary1000100011110101010101100011101111110110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887A01; }

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

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

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

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

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

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

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

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