#799991

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

Shades of Granny Smith #799991

Tints of Granny Smith #799991

Color information

#799991 (or 0x799991) is unknown color: approx Granny Smith. HEX triplet: 79, 99 and 91. RGB value is (121,153,145). Sum of RGB (Red+Green+Blue) = 121+153+145=419 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.88% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 145 (57.03% from 255 or 34.61% from 419); Max value from RGB is 153 - color contains mainly: green. Hex color #799991 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799991 is #86666E. Grayscale: #8E8E8E. Windows color (decimal): -8808047 or 9542009. OLE color: 9542009.

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

Color convert

RGB121153145-
CMYK0.2100.050.4
HSL165º13.56%53.73%-
HSV(B)165º20.92%60%-
XYZ24.3928.8931.08-
YUV142.52129.4112.65-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.88%
GREEN value IS 153 (60.16% from 255) = 36.52%
BLUE value IS 145 (57.03% from 255) = 34.61%
R=28.88%
G=36.52%
B=34.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1211531450.2100.050.416513.5653.73
Hex799991150528a5e36
Octal1712312212505502451666
Binary11110011001100110010001101010101101000101001011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799991; }

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

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

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

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

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

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

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

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