#80958C

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

Shades of Granny Smith #80958C

Tints of Granny Smith #80958C

Color information

#80958C (or 0x80958C) is unknown color: approx Granny Smith. HEX triplet: 80, 95 and 8C. RGB value is (128,149,140). Sum of RGB (Red+Green+Blue) = 128+149+140=417 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.70% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 149 - color contains mainly: green. Hex color #80958C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80958C is #7F6A73. Grayscale: #8D8D8D. Windows color (decimal): -8350324 or 9213312. OLE color: 9213312.

HSL color Cylindrical-coordinate representation of color #80958C: hue angle of 154.29º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #80958C is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB128149140-
CMYK0.1400.060.42
HSL154.29º9.01%54.31%-
HSV(B)154.29º14.09%58.43%-
XYZ24.3827.9828.93-
YUV141.7127.04118.23-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.70%
GREEN value IS 149 (58.59% from 255) = 35.73%
BLUE value IS 140 (55.08% from 255) = 33.57%
R=30.70%
G=35.73%
B=33.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281491400.1400.060.42154.299.0154.31
Hex80958CE062A9a936
Octal2002252141606522321166
Binary10000000100101011000110011100110101010100110101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80958C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80958C; }

 p { color: rgb(128,149,140); }

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

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

 a { background-color: rgb(128,149,140); }

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

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

 span { border-color: rgb(128,149,140); }

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