#878063

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

Shades of Olive Haze #878063

Tints of Olive Haze #878063

Color information

#878063 (or 0x878063) is unknown color: approx Olive Haze. HEX triplet: 87, 80 and 63. RGB value is (135,128,99). Sum of RGB (Red+Green+Blue) = 135+128+99=362 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.29% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 99 (39.06% from 255 or 27.35% from 362); Max value from RGB is 135 - color contains mainly: red. Hex color #878063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878063 is #787F9C. Grayscale: #7E7E7E. Windows color (decimal): -7896989 or 6520967. OLE color: 6520967.

HSL color Cylindrical-coordinate representation of color #878063: hue angle of 48.33º 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 #878063 is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB13512899-
CMYK00.050.270.47
HSL48.33º15.38%45.88%-
HSV(B)48.33º26.67%52.94%-
XYZ19.9621.4914.9-
YUV126.79112.32133.86-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.29%
GREEN value IS 128 (50.39% from 255) = 35.36%
BLUE value IS 99 (39.06% from 255) = 27.35%
R=37.29%
G=35.36%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351289900.050.270.4748.3315.3845.88
Hex878063051B2F30f2e
Octal207200143053357601756
Binary100001111000000011000110101110111011111100001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878063; }

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

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

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

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

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

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

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

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