#8AB080

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

Shades of Mantle #8AB080

Tints of Mantle #8AB080

Color information

#8AB080 (or 0x8AB080) is unknown color: approx Mantle. HEX triplet: 8A, B0 and 80. RGB value is (138,176,128). Sum of RGB (Red+Green+Blue) = 138+176+128=442 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.22% from 442); Green value is 176 (69.14% from 255 or 39.82% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 176 - color contains mainly: green. Hex color #8AB080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AB080 is #754F7F. Grayscale: #9F9F9F. Windows color (decimal): -7688064 or 8433802. OLE color: 8433802.

HSL color Cylindrical-coordinate representation of color #8AB080: hue angle of 107.5º 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 #8AB080 is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB138176128-
CMYK0.2200.270.31
HSL107.5º23.3%59.61%-
HSV(B)107.5º27.27%69.02%-
XYZ29.938.0126.18-
YUV159.17110.41112.9-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.22%
GREEN value IS 176 (69.14% from 255) = 39.82%
BLUE value IS 128 (50.39% from 255) = 28.96%
R=31.22%
G=39.82%
B=28.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1381761280.2200.270.31107.523.359.61
Hex8AB0801601B1F6b173c
Octal21226020026033371532774
Binary1000101010110000100000001011001101111111110101110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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