#879C94

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

Shades of Granny Smith #879C94

Tints of Granny Smith #879C94

Color information

#879C94 (or 0x879C94) is unknown color: approx Granny Smith. HEX triplet: 87, 9C and 94. RGB value is (135,156,148). Sum of RGB (Red+Green+Blue) = 135+156+148=439 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.75% from 439); Green value is 156 (61.33% from 255 or 35.54% from 439); Blue value is 148 (58.20% from 255 or 33.71% from 439); Max value from RGB is 156 - color contains mainly: green. Hex color #879C94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879C94 is #78636B. Grayscale: #949494. Windows color (decimal): -7889772 or 9739399. OLE color: 9739399.

HSL color Cylindrical-coordinate representation of color #879C94: hue angle of 157.14º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #879C94 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB135156148-
CMYK0.1300.050.39
HSL157.14º9.59%57.06%-
HSV(B)157.14º13.46%61.18%-
XYZ27.2331.0732.58-
YUV148.81127.54118.15-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.75%
GREEN value IS 156 (61.33% from 255) = 35.54%
BLUE value IS 148 (58.20% from 255) = 33.71%
R=30.75%
G=35.54%
B=33.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1351561480.1300.050.39157.149.5957.06
Hex879C94D05279da39
Octal2072342241505472351271
Binary10000111100111001001010011010101100111100111011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879C94; }

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

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

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

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

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

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

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

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