#80908B

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

Shades of Granny Smith #80908B

Tints of Granny Smith #80908B

Color information

#80908B (or 0x80908B) is unknown color: approx Granny Smith. HEX triplet: 80, 90 and 8B. RGB value is (128,144,139). Sum of RGB (Red+Green+Blue) = 128+144+139=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 144 - color contains mainly: green. Hex color #80908B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80908B is #7F6F74. Grayscale: #8A8A8A. Windows color (decimal): -8351605 or 9146496. OLE color: 9146496.

HSL color Cylindrical-coordinate representation of color #80908B: hue angle of 161.25º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #80908B is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB128144139-
CMYK0.1100.030.44
HSL161.25º6.72%53.33%-
HSV(B)161.25º11.11%56.47%-
XYZ23.5426.428.28-
YUV138.65128.2120.41-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.14%
GREEN value IS 144 (56.64% from 255) = 35.04%
BLUE value IS 139 (54.69% from 255) = 33.82%
R=31.14%
G=35.04%
B=33.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1281441390.1100.030.44161.256.7253.33
Hex80908BB032Ca1735
Octal200220213130354241765
Binary100000001001000010001011101101110110010100001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80908B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80908B; }

 p { color: rgb(128,144,139); }

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

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

 a { background-color: rgb(128,144,139); }

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

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

 span { border-color: rgb(128,144,139); }

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