#878061

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

Shades of Olive Haze #878061

Tints of Olive Haze #878061

Color information

#878061 (or 0x878061) is unknown color: approx Olive Haze. HEX triplet: 87, 80 and 61. RGB value is (135,128,97). Sum of RGB (Red+Green+Blue) = 135+128+97=360 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.5% from 360); Green value is 128 (50.39% from 255 or 35.56% from 360); Blue value is 97 (38.28% from 255 or 26.94% from 360); Max value from RGB is 135 - color contains mainly: red. Hex color #878061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878061 is #787F9E. Grayscale: #7E7E7E. Windows color (decimal): -7896991 or 6389895. OLE color: 6389895.

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

Color convert

RGB13512897-
CMYK00.050.280.47
HSL48.95º16.38%45.49%-
HSV(B)48.95º28.15%52.94%-
XYZ19.8721.4514.4-
YUV126.56111.32134.02-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.5%
GREEN value IS 128 (50.39% from 255) = 35.56%
BLUE value IS 97 (38.28% from 255) = 26.94%
R=37.5%
G=35.56%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351289700.050.280.4748.9516.3845.49
Hex878061051C2F31102d
Octal207200141053457612055
Binary1000011110000000110000101011110010111111000110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878061; }

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

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

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

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

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

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

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

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