#80987F

Color #80987F Stack (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stack #80987F

Tints of Stack #80987F

Color information

#80987F (or 0x80987F) is unknown color: approx Stack. HEX triplet: 80, 98 and 7F. RGB value is (128,152,127). Sum of RGB (Red+Green+Blue) = 128+152+127=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 152 (59.77% from 255 or 37.35% from 407); Blue value is 127 (50% from 255 or 31.20% from 407); Max value from RGB is 152 - color contains mainly: green. Hex color #80987F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80987F is #7F6780. Grayscale: #8E8E8E. Windows color (decimal): -8349569 or 8362112. OLE color: 8362112.

HSL color Cylindrical-coordinate representation of color #80987F: hue angle of 117.6º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #80987F is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB128152127-
CMYK0.1600.160.40
HSL117.6º10.82%54.71%-
HSV(B)117.6º16.45%59.61%-
XYZ23.9628.5824.33-
YUV141.97119.55118.03-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.45%
GREEN value IS 152 (59.77% from 255) = 37.35%
BLUE value IS 127 (50% from 255) = 31.20%
R=31.45%
G=37.35%
B=31.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1281521270.1600.160.40117.610.8254.71
Hex80987F100102876b37
Octal20023017720020501661367
Binary100000001001100011111111000001000010100011101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80987F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80987F; }

 p { color: rgb(128,152,127); }

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

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

 a { background-color: rgb(128,152,127); }

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

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

 span { border-color: rgb(128,152,127); }

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