#97B08F

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

Shades of Mantle #97B08F

Tints of Mantle #97B08F

Color information

#97B08F (or 0x97B08F) is unknown color: approx Mantle. HEX triplet: 97, B0 and 8F. RGB value is (151,176,143). Sum of RGB (Red+Green+Blue) = 151+176+143=470 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.13% from 470); Green value is 176 (69.14% from 255 or 37.45% from 470); Blue value is 143 (56.25% from 255 or 30.43% from 470); Max value from RGB is 176 - color contains mainly: green. Hex color #97B08F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97B08F is #684F70. Grayscale: #A4A4A4. Windows color (decimal): -6836081 or 9416855. OLE color: 9416855.

HSL color Cylindrical-coordinate representation of color #97B08F: hue angle of 105.45º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #97B08F is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB151176143-
CMYK0.1400.190.31
HSL105.45º17.28%62.55%-
HSV(B)105.45º18.75%69.02%-
XYZ33.2539.6131.88-
YUV164.76115.72118.18-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.13%
GREEN value IS 176 (69.14% from 255) = 37.45%
BLUE value IS 143 (56.25% from 255) = 30.43%
R=32.13%
G=37.45%
B=30.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1511761430.1400.190.31105.4517.2862.55
Hex97B08FE0131F69113f
Octal22726021716023371512177
Binary100101111011000010001111111001001111111110100110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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