#93AF8F

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

Shades of Mantle #93AF8F

Tints of Mantle #93AF8F

Color information

#93AF8F (or 0x93AF8F) is unknown color: approx Mantle. HEX triplet: 93, AF and 8F. RGB value is (147,175,143). Sum of RGB (Red+Green+Blue) = 147+175+143=465 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.61% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 175 - color contains mainly: green. Hex color #93AF8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AF8F is #6C5070. Grayscale: #A3A3A3. Windows color (decimal): -7098481 or 9416595. OLE color: 9416595.

HSL color Cylindrical-coordinate representation of color #93AF8F: hue angle of 112.5º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #93AF8F is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB147175143-
CMYK0.1600.180.31
HSL112.5º16.67%62.35%-
HSV(B)112.5º18.29%68.63%-
XYZ32.3238.8531.78-
YUV162.98116.72116.6-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.61%
GREEN value IS 175 (68.75% from 255) = 37.63%
BLUE value IS 143 (56.25% from 255) = 30.75%
R=31.61%
G=37.63%
B=30.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1471751430.1600.180.31112.516.6762.35
Hex93AF8F100121F70113e
Octal22325721720022371602176
Binary1001001110101111100011111000001001011111111000010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AF8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93AF8F; }

 p { color: rgb(147,175,143); }

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

<style>
 a { background-color: #93AF8F; }

 a { background-color: rgb(147,175,143); }

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

<style>
 span { border-color: #93AF8F; }

 span { border-color: rgb(147,175,143); }

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