#888261

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

Shades of Olive Haze #888261

Tints of Olive Haze #888261

Color information

#888261 (or 0x888261) is unknown color: approx Olive Haze. HEX triplet: 88, 82 and 61. RGB value is (136,130,97). Sum of RGB (Red+Green+Blue) = 136+130+97=363 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.47% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 97 (38.28% from 255 or 26.72% from 363); Max value from RGB is 136 - color contains mainly: red. Hex color #888261 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888261 is #777D9E. Grayscale: #808080. Windows color (decimal): -7830943 or 6390408. OLE color: 6390408.

HSL color Cylindrical-coordinate representation of color #888261: hue angle of 50.77º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #888261 is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB13613097-
CMYK00.040.290.47
HSL50.77º16.74%45.69%-
HSV(B)50.77º28.68%53.33%-
XYZ20.2922.0614.5-
YUV128.03110.49133.68-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.47%
GREEN value IS 130 (51.17% from 255) = 35.81%
BLUE value IS 97 (38.28% from 255) = 26.72%
R=37.47%
G=35.81%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361309700.040.290.4750.7716.7445.69
Hex888261041D2F33112e
Octal210202141043557632156
Binary1000100010000010110000101001110110111111001110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888261; }

 p { color: rgb(136,130,97); }

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

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

 a { background-color: rgb(136,130,97); }

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

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

 span { border-color: rgb(136,130,97); }

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