#887B01

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

Shades of Olive #887B01

Tints of Olive #887B01

Color information

#887B01 (or 0x887B01) is unknown color: approx Olive. HEX triplet: 88, 7B and 01. RGB value is (136,123,1). Sum of RGB (Red+Green+Blue) = 136+123+1=260 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.31% from 260); Green value is 123 (48.44% from 255 or 47.31% from 260); Blue value is 1 (0.78% from 255 or 0.38% from 260); Max value from RGB is 136 - color contains mainly: red. Hex color #887B01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887B01 is #7784FE. Grayscale: #717171. Windows color (decimal): -7832831 or 97160. OLE color: 97160.

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

Color convert

RGB1361231-
CMYK00.100.990.47
HSL54.22º98.54%26.86%-
HSV(B)54.22º99.26%53.33%-
XYZ17.2419.42.87-
YUV112.9864.81144.42-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.31%
GREEN value IS 123 (48.44% from 255) = 47.31%
BLUE value IS 1 (0.78% from 255) = 0.38%
R=52.31%
G=47.31%
B=0.38%

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
Decimal136123100.100.990.4754.2298.5426.86
Hex887B10A632F36631b
Octal2101731012143576614333
Binary1000100011110111010101100011101111110110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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