#878065

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

Shades of Olive Haze #878065

Tints of Olive Haze #878065

Color information

#878065 (or 0x878065) is unknown color: approx Olive Haze. HEX triplet: 87, 80 and 65. RGB value is (135,128,101). Sum of RGB (Red+Green+Blue) = 135+128+101=364 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.09% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 101 (39.84% from 255 or 27.75% from 364); Max value from RGB is 135 - color contains mainly: red. Hex color #878065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878065 is #787F9A. Grayscale: #7F7F7F. Windows color (decimal): -7896987 or 6652039. OLE color: 6652039.

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

Color convert

RGB135128101-
CMYK00.050.250.47
HSL47.65º14.41%46.27%-
HSV(B)47.65º25.19%52.94%-
XYZ20.0621.5315.41-
YUV127.01113.32133.7-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.09%
GREEN value IS 128 (50.39% from 255) = 35.16%
BLUE value IS 101 (39.84% from 255) = 27.75%
R=37.09%
G=35.16%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512810100.050.250.4747.6514.4146.27
Hex87806505192F30e2e
Octal207200145053157601656
Binary100001111000000011001010101110011011111100001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878065; }

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

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

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

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

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

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

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

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