#96AF8F

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

Shades of Mantle #96AF8F

Tints of Mantle #96AF8F

Color information

#96AF8F (or 0x96AF8F) is unknown color: approx Mantle. HEX triplet: 96, AF and 8F. RGB value is (150,175,143). Sum of RGB (Red+Green+Blue) = 150+175+143=468 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.05% from 468); Green value is 175 (68.75% from 255 or 37.39% from 468); Blue value is 143 (56.25% from 255 or 30.56% from 468); Max value from RGB is 175 - color contains mainly: green. Hex color #96AF8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AF8F is #695070. Grayscale: #A3A3A3. Windows color (decimal): -6901873 or 9416598. OLE color: 9416598.

HSL color Cylindrical-coordinate representation of color #96AF8F: hue angle of 106.87º 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 #96AF8F is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB150175143-
CMYK0.1400.180.31
HSL106.87º16.67%62.35%-
HSV(B)106.87º18.29%68.63%-
XYZ32.8739.1331.81-
YUV163.88116.22118.1-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.05%
GREEN value IS 175 (68.75% from 255) = 37.39%
BLUE value IS 143 (56.25% from 255) = 30.56%
R=32.05%
G=37.39%
B=30.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1501751430.1400.180.31106.8716.6762.35
Hex96AF8FE0121F6b113e
Octal22625721716022371532176
Binary100101101010111110001111111001001011111110101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AF8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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