#809790

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

Shades of Granny Smith #809790

Tints of Granny Smith #809790

Color information

#809790 (or 0x809790) is unknown color: approx Granny Smith. HEX triplet: 80, 97 and 90. RGB value is (128,151,144). Sum of RGB (Red+Green+Blue) = 128+151+144=423 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.26% from 423); Green value is 151 (59.38% from 255 or 35.70% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 151 - color contains mainly: green. Hex color #809790 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809790 is #7F686F. Grayscale: #8F8F8F. Windows color (decimal): -8349808 or 9475968. OLE color: 9475968.

HSL color Cylindrical-coordinate representation of color #809790: hue angle of 161.74º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #809790 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB128151144-
CMYK0.1500.050.41
HSL161.74º9.96%54.71%-
HSV(B)161.74º15.23%59.22%-
XYZ2528.7430.61-
YUV143.32128.38117.07-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.26%
GREEN value IS 151 (59.38% from 255) = 35.70%
BLUE value IS 144 (56.64% from 255) = 34.04%
R=30.26%
G=35.70%
B=34.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1281511440.1500.050.41161.749.9654.71
Hex809790F0529a2a37
Octal2002272201705512421267
Binary10000000100101111001000011110101101001101000101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809790; }

 p { color: rgb(128,151,144); }

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

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

 a { background-color: rgb(128,151,144); }

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

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

 span { border-color: rgb(128,151,144); }

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