#879D93

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

Shades of Granny Smith #879D93

Tints of Granny Smith #879D93

Color information

#879D93 (or 0x879D93) is unknown color: approx Granny Smith. HEX triplet: 87, 9D and 93. RGB value is (135,157,147). Sum of RGB (Red+Green+Blue) = 135+157+147=439 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.75% from 439); Green value is 157 (61.72% from 255 or 35.76% from 439); Blue value is 147 (57.81% from 255 or 33.49% from 439); Max value from RGB is 157 - color contains mainly: green. Hex color #879D93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879D93 is #78626C. Grayscale: #959595. Windows color (decimal): -7889517 or 9674119. OLE color: 9674119.

HSL color Cylindrical-coordinate representation of color #879D93: hue angle of 152.73º 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 #879D93 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB135157147-
CMYK0.1400.060.38
HSL152.73º10.09%57.25%-
HSV(B)152.73º14.01%61.57%-
XYZ27.3231.3732.22-
YUV149.28126.71117.81-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.75%
GREEN value IS 157 (61.72% from 255) = 35.76%
BLUE value IS 147 (57.81% from 255) = 33.49%
R=30.75%
G=35.76%
B=33.49%

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
Decimal1351571470.1400.060.38152.7310.0957.25
Hex879D93E062699a39
Octal2072352231606462311271
Binary10000111100111011001001111100110100110100110011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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