#809A91

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

Shades of Granny Smith #809A91

Tints of Granny Smith #809A91

Color information

#809A91 (or 0x809A91) is unknown color: approx Granny Smith. HEX triplet: 80, 9A and 91. RGB value is (128,154,145). Sum of RGB (Red+Green+Blue) = 128+154+145=427 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.98% from 427); Green value is 154 (60.55% from 255 or 36.07% from 427); Blue value is 145 (57.03% from 255 or 33.96% from 427); Max value from RGB is 154 - color contains mainly: green. Hex color #809A91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809A91 is #7F656E. Grayscale: #919191. Windows color (decimal): -8349039 or 9542272. OLE color: 9542272.

HSL color Cylindrical-coordinate representation of color #809A91: hue angle of 159.23º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #809A91 is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB128154145-
CMYK0.1700.060.40
HSL159.23º11.4%55.29%-
HSV(B)159.23º16.88%60.39%-
XYZ25.5729.7431.18-
YUV145.2127.89115.73-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.98%
GREEN value IS 154 (60.55% from 255) = 36.07%
BLUE value IS 145 (57.03% from 255) = 33.96%
R=29.98%
G=36.07%
B=33.96%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1281541450.1700.060.40159.2311.455.29
Hex809A911106289fb37
Octal2002322212106502371367
Binary100000001001101010010001100010110101000100111111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809A91; }

 p { color: rgb(128,154,145); }

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

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

 a { background-color: rgb(128,154,145); }

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

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

 span { border-color: rgb(128,154,145); }

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