#809B94

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

Shades of Granny Smith #809B94

Tints of Granny Smith #809B94

Color information

#809B94 (or 0x809B94) is unknown color: approx Granny Smith. HEX triplet: 80, 9B and 94. RGB value is (128,155,148). Sum of RGB (Red+Green+Blue) = 128+155+148=431 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.70% from 431); Green value is 155 (60.94% from 255 or 35.96% from 431); Blue value is 148 (58.20% from 255 or 34.34% from 431); Max value from RGB is 155 - color contains mainly: green. Hex color #809B94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809B94 is #7F646B. Grayscale: #929292. Windows color (decimal): -8348780 or 9739136. OLE color: 9739136.

HSL color Cylindrical-coordinate representation of color #809B94: hue angle of 164.44º 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 #809B94 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB128155148-
CMYK0.1700.050.39
HSL164.44º11.89%55.49%-
HSV(B)164.44º17.42%60.78%-
XYZ25.9730.1732.47-
YUV146.13129.05115.07-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.70%
GREEN value IS 155 (60.94% from 255) = 35.96%
BLUE value IS 148 (58.20% from 255) = 34.34%
R=29.70%
G=35.96%
B=34.34%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1281551480.1700.050.39164.4411.8955.49
Hex809B94110527a4c37
Octal2002332242105472441467
Binary100000001001101110010100100010101100111101001001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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