#879487

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

Shades of Stack #879487

Tints of Stack #879487

Color information

#879487 (or 0x879487) is unknown color: approx Stack. HEX triplet: 87, 94 and 87. RGB value is (135,148,135). Sum of RGB (Red+Green+Blue) = 135+148+135=418 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.30% from 418); Green value is 148 (58.20% from 255 or 35.41% from 418); Blue value is 135 (53.12% from 255 or 32.30% from 418); Max value from RGB is 148 - color contains mainly: green. Hex color #879487 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879487 is #786B78. Grayscale: #8E8E8E. Windows color (decimal): -7891833 or 8885383. OLE color: 8885383.

HSL color Cylindrical-coordinate representation of color #879487: hue angle of 120º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #879487 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB135148135-
CMYK0.0900.090.42
HSL120º5.73%55.49%-
HSV(B)120º8.78%58.04%-
XYZ24.9528.0827.03-
YUV142.63123.69122.56-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.30%
GREEN value IS 148 (58.20% from 255) = 35.41%
BLUE value IS 135 (53.12% from 255) = 32.30%
R=32.30%
G=35.41%
B=32.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1351481350.0900.090.421205.7355.49
Hex8794879092A78637
Octal2072242071101152170667
Binary1000011110010100100001111001010011010101111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879487; }

 p { color: rgb(135,148,135); }

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

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

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

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

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

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

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