#887803

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

Shades of Olive #887803

Tints of Olive #887803

Color information

#887803 (or 0x887803) is unknown color: approx Olive. HEX triplet: 88, 78 and 03. RGB value is (136,120,3). Sum of RGB (Red+Green+Blue) = 136+120+3=259 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.51% from 259); Green value is 120 (47.27% from 255 or 46.33% from 259); Blue value is 3 (1.56% from 255 or 1.16% from 259); Max value from RGB is 136 - color contains mainly: red. Hex color #887803 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887803 is #7787FC. Grayscale: #6F6F6F. Windows color (decimal): -7833597 or 227464. OLE color: 227464.

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

Color convert

RGB1361203-
CMYK00.120.980.47
HSL52.78º95.68%27.25%-
HSV(B)52.78º97.79%53.33%-
XYZ16.8918.672.8-
YUV111.4566.8145.51-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.51%
GREEN value IS 120 (47.27% from 255) = 46.33%
BLUE value IS 3 (1.56% from 255) = 1.16%
R=52.51%
G=46.33%
B=1.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.98
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136120300.120.980.4752.7895.6827.25
Hex887830C622F35601b
Octal2101703014142576514033
Binary10001000111100011011001100010101111110101110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887803; }

 p { color: rgb(136,120,3); }

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

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

 a { background-color: rgb(136,120,3); }

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

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

 span { border-color: rgb(136,120,3); }

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