#79988D

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

Shades of Granny Smith #79988D

Tints of Granny Smith #79988D

Color information

#79988D (or 0x79988D) is unknown color: approx Granny Smith. HEX triplet: 79, 98 and 8D. RGB value is (121,152,141). Sum of RGB (Red+Green+Blue) = 121+152+141=414 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.23% from 414); Green value is 152 (59.77% from 255 or 36.71% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 152 - color contains mainly: green. Hex color #79988D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79988D is #866772. Grayscale: #8D8D8D. Windows color (decimal): -8808307 or 9279609. OLE color: 9279609.

HSL color Cylindrical-coordinate representation of color #79988D: hue angle of 158.71º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #79988D is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB121152141-
CMYK0.2000.070.40
HSL158.71º13.08%53.53%-
HSV(B)158.71º20.39%59.61%-
XYZ23.9228.4429.43-
YUV141.48127.73113.39-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.23%
GREEN value IS 152 (59.77% from 255) = 36.71%
BLUE value IS 141 (55.47% from 255) = 34.06%
R=29.23%
G=36.71%
B=34.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1211521410.2000.070.40158.7113.0853.53
Hex79988D1407289fd36
Octal1712302152407502371566
Binary11110011001100010001101101000111101000100111111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79988D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79988D; }

 p { color: rgb(121,152,141); }

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

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

 a { background-color: rgb(121,152,141); }

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

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

 span { border-color: rgb(121,152,141); }

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