#809B96

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

Shades of Granny Smith #809B96

Tints of Granny Smith #809B96

Color information

#809B96 (or 0x809B96) is unknown color: approx Granny Smith. HEX triplet: 80, 9B and 96. RGB value is (128,155,150). Sum of RGB (Red+Green+Blue) = 128+155+150=433 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.56% from 433); Green value is 155 (60.94% from 255 or 35.80% from 433); Blue value is 150 (58.98% from 255 or 34.64% from 433); Max value from RGB is 155 - color contains mainly: green. Hex color #809B96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809B96 is #7F6469. Grayscale: #929292. Windows color (decimal): -8348778 or 9870208. OLE color: 9870208.

HSL color Cylindrical-coordinate representation of color #809B96: hue angle of 168.89º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #809B96 is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB128155150-
CMYK0.1700.030.39
HSL168.89º11.89%55.49%-
HSV(B)168.89º17.42%60.78%-
XYZ26.1330.2333.31-
YUV146.36130.05114.91-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.56%
GREEN value IS 155 (60.94% from 255) = 35.80%
BLUE value IS 150 (58.98% from 255) = 34.64%
R=29.56%
G=35.80%
B=34.64%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1281551500.1700.030.39168.8911.8955.49
Hex809B96110327a9c37
Octal2002332262103472511467
Binary10000000100110111001011010001011100111101010011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,155,150); }

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

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

 a { background-color: rgb(128,155,150); }

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

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

 span { border-color: rgb(128,155,150); }

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