#809389

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

Shades of Granny Smith #809389

Tints of Granny Smith #809389

Color information

#809389 (or 0x809389) is unknown color: approx Granny Smith. HEX triplet: 80, 93 and 89. RGB value is (128,147,137). Sum of RGB (Red+Green+Blue) = 128+147+137=412 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.07% from 412); Green value is 147 (57.81% from 255 or 35.68% from 412); Blue value is 137 (53.91% from 255 or 33.25% from 412); Max value from RGB is 147 - color contains mainly: green. Hex color #809389 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809389 is #7F6C76. Grayscale: #8C8C8C. Windows color (decimal): -8350839 or 9016192. OLE color: 9016192.

HSL color Cylindrical-coordinate representation of color #809389: hue angle of 148.42º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #809389 is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB128147137-
CMYK0.1300.070.42
HSL148.42º8.09%53.92%-
HSV(B)148.42º12.93%57.65%-
XYZ23.8527.2627.67-
YUV140.18126.21119.31-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.07%
GREEN value IS 147 (57.81% from 255) = 35.68%
BLUE value IS 137 (53.91% from 255) = 33.25%
R=31.07%
G=35.68%
B=33.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281471370.1300.070.42148.428.0953.92
Hex809389D072A94836
Octal2002232111507522241066
Binary10000000100100111000100111010111101010100101001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809389; }

 p { color: rgb(128,147,137); }

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

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

 a { background-color: rgb(128,147,137); }

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

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

 span { border-color: rgb(128,147,137); }

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