#79988C

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

Shades of Granny Smith #79988C

Tints of Granny Smith #79988C

Color information

#79988C (or 0x79988C) is unknown color: approx Granny Smith. HEX triplet: 79, 98 and 8C. RGB value is (121,152,140). Sum of RGB (Red+Green+Blue) = 121+152+140=413 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.30% from 413); Green value is 152 (59.77% from 255 or 36.80% from 413); Blue value is 140 (55.08% from 255 or 33.90% from 413); Max value from RGB is 152 - color contains mainly: green. Hex color #79988C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79988C is #866773. Grayscale: #8D8D8D. Windows color (decimal): -8808308 or 9214073. OLE color: 9214073.

HSL color Cylindrical-coordinate representation of color #79988C: hue angle of 156.77º 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 #79988C is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB121152140-
CMYK0.2000.080.40
HSL156.77º13.08%53.53%-
HSV(B)156.77º20.39%59.61%-
XYZ23.8528.4129.04-
YUV141.36127.23113.48-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.30%
GREEN value IS 152 (59.77% from 255) = 36.80%
BLUE value IS 140 (55.08% from 255) = 33.90%
R=29.30%
G=36.80%
B=33.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1211521400.2000.080.40156.7713.0853.53
Hex79988C1408289dd36
Octal17123021424010502351566
Binary111100110011000100011001010001000101000100111011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79988C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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