#879D94

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

Shades of Granny Smith #879D94

Tints of Granny Smith #879D94

Color information

#879D94 (or 0x879D94) is unknown color: approx Granny Smith. HEX triplet: 87, 9D and 94. RGB value is (135,157,148). Sum of RGB (Red+Green+Blue) = 135+157+148=440 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.68% from 440); Green value is 157 (61.72% from 255 or 35.68% from 440); Blue value is 148 (58.20% from 255 or 33.64% from 440); Max value from RGB is 157 - color contains mainly: green. Hex color #879D94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879D94 is #78626B. Grayscale: #959595. Windows color (decimal): -7889516 or 9739655. OLE color: 9739655.

HSL color Cylindrical-coordinate representation of color #879D94: hue angle of 155.45º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #879D94 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB135157148-
CMYK0.1400.060.38
HSL155.45º10.09%57.25%-
HSV(B)155.45º14.01%61.57%-
XYZ27.3931.432.63-
YUV149.4127.21117.73-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.68%
GREEN value IS 157 (61.72% from 255) = 35.68%
BLUE value IS 148 (58.20% from 255) = 33.64%
R=30.68%
G=35.68%
B=33.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1351571480.1400.060.38155.4510.0957.25
Hex879D94E06269ba39
Octal2072352241606462331271
Binary10000111100111011001010011100110100110100110111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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