#95A690

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

Shades of Mantle #95A690

Tints of Mantle #95A690

Color information

#95A690 (or 0x95A690) is unknown color: approx Mantle. HEX triplet: 95, A6 and 90. RGB value is (149,166,144). Sum of RGB (Red+Green+Blue) = 149+166+144=459 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.46% from 459); Green value is 166 (65.23% from 255 or 36.17% from 459); Blue value is 144 (56.64% from 255 or 31.37% from 459); Max value from RGB is 166 - color contains mainly: green. Hex color #95A690 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A690 is #6A596F. Grayscale: #9E9E9E. Windows color (decimal): -6969712 or 9479829. OLE color: 9479829.

HSL color Cylindrical-coordinate representation of color #95A690: hue angle of 106.36º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #95A690 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB149166144-
CMYK0.1000.130.35
HSL106.36º11%60.78%-
HSV(B)106.36º13.25%65.1%-
XYZ31.0635.6831.63-
YUV158.41119.87121.29-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.46%
GREEN value IS 166 (65.23% from 255) = 36.17%
BLUE value IS 144 (56.64% from 255) = 31.37%
R=32.46%
G=36.17%
B=31.37%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1491661440.1000.130.35106.361160.78
Hex95A690A0D236ab3d
Octal22524622012015431521375
Binary10010101101001101001000010100110110001111010101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95A690; }

 p { color: rgb(149,166,144); }

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

<style>
 a { background-color: #95A690; }

 a { background-color: rgb(149,166,144); }

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

<style>
 span { border-color: #95A690; }

 span { border-color: rgb(149,166,144); }

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