#798580

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

Shades of Granny Smith #798580

Tints of Granny Smith #798580

Color information

#798580 (or 0x798580) is unknown color: approx Granny Smith. HEX triplet: 79, 85 and 80. RGB value is (121,133,128). Sum of RGB (Red+Green+Blue) = 121+133+128=382 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.68% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 128 (50.39% from 255 or 33.51% from 382); Max value from RGB is 133 - color contains mainly: green. Hex color #798580 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798580 is #867A7F. Grayscale: #808080. Windows color (decimal): -8813184 or 8422777. OLE color: 8422777.

HSL color Cylindrical-coordinate representation of color #798580: hue angle of 155º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #798580 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB121133128-
CMYK0.0900.040.48
HSL155º4.72%49.8%-
HSV(B)155º9.02%52.16%-
XYZ20.1722.423.68-
YUV128.84127.52122.41-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.68%
GREEN value IS 133 (52.34% from 255) = 34.82%
BLUE value IS 128 (50.39% from 255) = 33.51%
R=31.68%
G=34.82%
B=33.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1211331280.0900.040.481554.7249.8
Hex798580904309b532
Octal171205200110460233562
Binary111100110000101100000001001010011000010011011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #798580; }

 p { color: rgb(121,133,128); }

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

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

 a { background-color: rgb(121,133,128); }

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

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

 span { border-color: rgb(121,133,128); }

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