#878064

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

Shades of Olive Haze #878064

Tints of Olive Haze #878064

Color information

#878064 (or 0x878064) is unknown color: approx Olive Haze. HEX triplet: 87, 80 and 64. RGB value is (135,128,100). Sum of RGB (Red+Green+Blue) = 135+128+100=363 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.19% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 100 (39.45% from 255 or 27.55% from 363); Max value from RGB is 135 - color contains mainly: red. Hex color #878064 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878064 is #787F9B. Grayscale: #7F7F7F. Windows color (decimal): -7896988 or 6586503. OLE color: 6586503.

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

Color convert

RGB135128100-
CMYK00.050.260.47
HSL48º14.89%46.08%-
HSV(B)48º25.93%52.94%-
XYZ20.0121.5115.15-
YUV126.9112.82133.78-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.19%
GREEN value IS 128 (50.39% from 255) = 35.26%
BLUE value IS 100 (39.45% from 255) = 27.55%
R=37.19%
G=35.26%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512810000.050.260.474814.8946.08
Hex878064051A2F30f2e
Octal207200144053257601756
Binary100001111000000011001000101110101011111100001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878064; }

 p { color: rgb(135,128,100); }

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

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

 a { background-color: rgb(135,128,100); }

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

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

 span { border-color: rgb(135,128,100); }

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