#79998A

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

Shades of Granny Smith #79998A

Tints of Granny Smith #79998A

Color information

#79998A (or 0x79998A) is unknown color: approx Granny Smith. HEX triplet: 79, 99 and 8A. RGB value is (121,153,138). Sum of RGB (Red+Green+Blue) = 121+153+138=412 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.37% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 153 - color contains mainly: green. Hex color #79998A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79998A is #866675. Grayscale: #8D8D8D. Windows color (decimal): -8808054 or 9083257. OLE color: 9083257.

HSL color Cylindrical-coordinate representation of color #79998A: hue angle of 151.88º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #79998A is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB121153138-
CMYK0.2100.100.4
HSL151.88º13.56%53.73%-
HSV(B)151.88º20.92%60%-
XYZ23.8628.6828.32-
YUV141.72125.9113.22-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.37%
GREEN value IS 153 (60.16% from 255) = 37.14%
BLUE value IS 138 (54.30% from 255) = 33.50%
R=29.37%
G=37.14%
B=33.50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1211531380.2100.100.4151.8813.5653.73
Hex79998A150A2898e36
Octal17123121225012502301666
Binary111100110011001100010101010101010101000100110001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79998A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79998A; }

 p { color: rgb(121,153,138); }

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

<style>
 a { background-color: #79998A; }

 a { background-color: rgb(121,153,138); }

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

<style>
 span { border-color: #79998A; }

 span { border-color: rgb(121,153,138); }

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