#79998C

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

Shades of Granny Smith #79998C

Tints of Granny Smith #79998C

Color information

#79998C (or 0x79998C) is unknown color: approx Granny Smith. HEX triplet: 79, 99 and 8C. RGB value is (121,153,140). Sum of RGB (Red+Green+Blue) = 121+153+140=414 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.23% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 140 (55.08% from 255 or 33.82% from 414); Max value from RGB is 153 - color contains mainly: green. Hex color #79998C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79998C is #866673. Grayscale: #8D8D8D. Windows color (decimal): -8808052 or 9214329. OLE color: 9214329.

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

Color convert

RGB121153140-
CMYK0.2100.080.4
HSL155.62º13.56%53.73%-
HSV(B)155.62º20.92%60%-
XYZ24.0128.7429.09-
YUV141.95126.9113.06-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.23%
GREEN value IS 153 (60.16% from 255) = 36.96%
BLUE value IS 140 (55.08% from 255) = 33.82%
R=29.23%
G=36.96%
B=33.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1211531400.2100.080.4155.6213.5653.73
Hex79998C1508289ce36
Octal17123121425010502341666
Binary111100110011001100011001010101000101000100111001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79998C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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