#879994

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

Shades of Granny Smith #879994

Tints of Granny Smith #879994

Color information

#879994 (or 0x879994) is unknown color: approx Granny Smith. HEX triplet: 87, 99 and 94. RGB value is (135,153,148). Sum of RGB (Red+Green+Blue) = 135+153+148=436 (57% of max value = 765). Red value is 135 (53.12% from 255 or 30.96% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 148 (58.20% from 255 or 33.94% from 436); Max value from RGB is 153 - color contains mainly: green. Hex color #879994 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879994 is #78666B. Grayscale: #939393. Windows color (decimal): -7890540 or 9738631. OLE color: 9738631.

HSL color Cylindrical-coordinate representation of color #879994: hue angle of 163.33º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #879994 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB135153148-
CMYK0.1200.030.4
HSL163.33º8.11%56.47%-
HSV(B)163.33º11.76%60%-
XYZ26.7330.0732.41-
YUV147.05128.54119.41-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.96%
GREEN value IS 153 (60.16% from 255) = 35.09%
BLUE value IS 148 (58.20% from 255) = 33.94%
R=30.96%
G=35.09%
B=33.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1351531480.1200.030.4163.338.1156.47
Hex879994C0328a3838
Octal2072312241403502431070
Binary1000011110011001100101001100011101000101000111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879994; }

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

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

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

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

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

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

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

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