#79918B

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

Shades of Granny Smith #79918B

Tints of Granny Smith #79918B

Color information

#79918B (or 0x79918B) is unknown color: approx Granny Smith. HEX triplet: 79, 91 and 8B. RGB value is (121,145,139). Sum of RGB (Red+Green+Blue) = 121+145+139=405 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.88% from 405); Green value is 145 (57.03% from 255 or 35.80% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 145 - color contains mainly: green. Hex color #79918B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79918B is #866E74. Grayscale: #898989. Windows color (decimal): -8810101 or 9146745. OLE color: 9146745.

HSL color Cylindrical-coordinate representation of color #79918B: hue angle of 165º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #79918B is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.

Color convert

RGB121145139-
CMYK0.1700.040.43
HSL165º9.84%52.16%-
HSV(B)165º16.55%56.86%-
XYZ22.6726.1828.28-
YUV137.14129.05116.49-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.88%
GREEN value IS 145 (57.03% from 255) = 35.80%
BLUE value IS 139 (54.69% from 255) = 34.32%
R=29.88%
G=35.80%
B=34.32%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1211451390.1700.040.431659.8452.16
Hex79918B11042Ba5a34
Octal1712212132104532451264
Binary11110011001000110001011100010100101011101001011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79918B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79918B; }

 p { color: rgb(121,145,139); }

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

<style>
 a { background-color: #79918B; }

 a { background-color: rgb(121,145,139); }

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

<style>
 span { border-color: #79918B; }

 span { border-color: rgb(121,145,139); }

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