#878163

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

Shades of Olive Haze #878163

Tints of Olive Haze #878163

Color information

#878163 (or 0x878163) is unknown color: approx Olive Haze. HEX triplet: 87, 81 and 63. RGB value is (135,129,99). Sum of RGB (Red+Green+Blue) = 135+129+99=363 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.19% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 99 (39.06% from 255 or 27.27% from 363); Max value from RGB is 135 - color contains mainly: red. Hex color #878163 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878163 is #787E9C. Grayscale: #7F7F7F. Windows color (decimal): -7896733 or 6521223. OLE color: 6521223.

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

Color convert

RGB13512999-
CMYK00.040.270.47
HSL50º15.38%45.88%-
HSV(B)50º26.67%52.94%-
XYZ20.0921.7514.94-
YUV127.37111.99133.44-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.19%
GREEN value IS 129 (50.78% from 255) = 35.54%
BLUE value IS 99 (39.06% from 255) = 27.27%
R=37.19%
G=35.54%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351299900.040.270.475015.3845.88
Hex878163041B2F32f2e
Octal207201143043357621756
Binary100001111000000111000110100110111011111100101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878163; }

 p { color: rgb(135,129,99); }

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

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

 a { background-color: rgb(135,129,99); }

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

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

 span { border-color: rgb(135,129,99); }

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