#8FB080

Color #8FB080 Mantle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantle #8FB080

Tints of Mantle #8FB080

Color information

#8FB080 (or 0x8FB080) is unknown color: approx Mantle. HEX triplet: 8F, B0 and 80. RGB value is (143,176,128). Sum of RGB (Red+Green+Blue) = 143+176+128=447 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.99% from 447); Green value is 176 (69.14% from 255 or 39.37% from 447); Blue value is 128 (50.39% from 255 or 28.64% from 447); Max value from RGB is 176 - color contains mainly: green. Hex color #8FB080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FB080 is #704F7F. Grayscale: #A0A0A0. Windows color (decimal): -7360384 or 8433807. OLE color: 8433807.

HSL color Cylindrical-coordinate representation of color #8FB080: hue angle of 101.25º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8FB080 is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB143176128-
CMYK0.1900.270.31
HSL101.25º23.3%59.61%-
HSV(B)101.25º27.27%69.02%-
XYZ30.7538.4526.22-
YUV160.66109.57115.4-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.99%
GREEN value IS 176 (69.14% from 255) = 39.37%
BLUE value IS 128 (50.39% from 255) = 28.64%
R=31.99%
G=39.37%
B=28.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1431761280.1900.270.31101.2523.359.61
Hex8FB0801301B1F65173c
Octal21726020023033371452774
Binary1000111110110000100000001001101101111111110010110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8FB080; }

 p { color: rgb(143,176,128); }

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

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

 a { background-color: rgb(143,176,128); }

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

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

 span { border-color: rgb(143,176,128); }

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