#879A94

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

Shades of Granny Smith #879A94

Tints of Granny Smith #879A94

Color information

#879A94 (or 0x879A94) is unknown color: approx Granny Smith. HEX triplet: 87, 9A and 94. RGB value is (135,154,148). Sum of RGB (Red+Green+Blue) = 135+154+148=437 (57% of max value = 765). Red value is 135 (53.12% from 255 or 30.89% from 437); Green value is 154 (60.55% from 255 or 35.24% from 437); Blue value is 148 (58.20% from 255 or 33.87% from 437); Max value from RGB is 154 - color contains mainly: green. Hex color #879A94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879A94 is #78656B. Grayscale: #939393. Windows color (decimal): -7890284 or 9738887. OLE color: 9738887.

HSL color Cylindrical-coordinate representation of color #879A94: hue angle of 161.05º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #879A94 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.40.

Color convert

RGB135154148-
CMYK0.1200.040.40
HSL161.05º8.6%56.67%-
HSV(B)161.05º12.34%60.39%-
XYZ26.8930.432.47-
YUV147.64128.21118.99-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.89%
GREEN value IS 154 (60.55% from 255) = 35.24%
BLUE value IS 148 (58.20% from 255) = 33.87%
R=30.89%
G=35.24%
B=33.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1351541480.1200.040.40161.058.656.67
Hex879A94C0428a1939
Octal2072322241404502411171
Binary10000111100110101001010011000100101000101000011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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