#809388

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

Shades of Granny Smith #809388

Tints of Granny Smith #809388

Color information

#809388 (or 0x809388) is unknown color: approx Granny Smith. HEX triplet: 80, 93 and 88. RGB value is (128,147,136). Sum of RGB (Red+Green+Blue) = 128+147+136=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 147 (57.81% from 255 or 35.77% from 411); Blue value is 136 (53.52% from 255 or 33.09% from 411); Max value from RGB is 147 - color contains mainly: green. Hex color #809388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809388 is #7F6C77. Grayscale: #8C8C8C. Windows color (decimal): -8350840 or 8950656. OLE color: 8950656.

HSL color Cylindrical-coordinate representation of color #809388: hue angle of 145.26º 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 #809388 is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB128147136-
CMYK0.1300.070.42
HSL145.26º8.09%53.92%-
HSV(B)145.26º12.93%57.65%-
XYZ23.7827.2327.3-
YUV140.06125.71119.39-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.14%
GREEN value IS 147 (57.81% from 255) = 35.77%
BLUE value IS 136 (53.52% from 255) = 33.09%
R=31.14%
G=35.77%
B=33.09%

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
Decimal1281471360.1300.070.42145.268.0953.92
Hex809388D072A91836
Octal2002232101507522211066
Binary10000000100100111000100011010111101010100100011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809388; }

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

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

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

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

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

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

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

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