#79988F

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

Shades of Granny Smith #79988F

Tints of Granny Smith #79988F

Color information

#79988F (or 0x79988F) is unknown color: approx Granny Smith. HEX triplet: 79, 98 and 8F. RGB value is (121,152,143). Sum of RGB (Red+Green+Blue) = 121+152+143=416 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.09% from 416); Green value is 152 (59.77% from 255 or 36.54% from 416); Blue value is 143 (56.25% from 255 or 34.38% from 416); Max value from RGB is 152 - color contains mainly: green. Hex color #79988F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79988F is #866770. Grayscale: #8D8D8D. Windows color (decimal): -8808305 or 9410681. OLE color: 9410681.

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

Color convert

RGB121152143-
CMYK0.2000.060.40
HSL162.58º13.08%53.53%-
HSV(B)162.58º20.39%59.61%-
XYZ24.0728.530.22-
YUV141.7128.73113.23-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.09%
GREEN value IS 152 (59.77% from 255) = 36.54%
BLUE value IS 143 (56.25% from 255) = 34.38%
R=29.09%
G=36.54%
B=34.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1211521430.2000.060.40162.5813.0853.53
Hex79988F140628a3d36
Octal1712302172406502431566
Binary11110011001100010001111101000110101000101000111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79988F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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