#97B08D

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

Shades of Mantle #97B08D

Tints of Mantle #97B08D

Color information

#97B08D (or 0x97B08D) is unknown color: approx Mantle. HEX triplet: 97, B0 and 8D. RGB value is (151,176,141). Sum of RGB (Red+Green+Blue) = 151+176+141=468 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.26% from 468); Green value is 176 (69.14% from 255 or 37.61% from 468); Blue value is 141 (55.47% from 255 or 30.13% from 468); Max value from RGB is 176 - color contains mainly: green. Hex color #97B08D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97B08D is #684F72. Grayscale: #A4A4A4. Windows color (decimal): -6836083 or 9285783. OLE color: 9285783.

HSL color Cylindrical-coordinate representation of color #97B08D: hue angle of 102.86º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #97B08D is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB151176141-
CMYK0.1400.200.31
HSL102.86º18.13%62.16%-
HSV(B)102.86º19.89%69.02%-
XYZ33.139.5531.09-
YUV164.54114.72118.35-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.26%
GREEN value IS 176 (69.14% from 255) = 37.61%
BLUE value IS 141 (55.47% from 255) = 30.13%
R=32.26%
G=37.61%
B=30.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1511761410.1400.200.31102.8618.1362.16
Hex97B08DE0141F67123e
Octal22726021516024371472276
Binary100101111011000010001101111001010011111110011110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97B08D; }

 p { color: rgb(151,176,141); }

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

<style>
 a { background-color: #97B08D; }

 a { background-color: rgb(151,176,141); }

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

<style>
 span { border-color: #97B08D; }

 span { border-color: rgb(151,176,141); }

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