#95A68B

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

Shades of Mantle #95A68B

Tints of Mantle #95A68B

Color information

#95A68B (or 0x95A68B) is unknown color: approx Mantle. HEX triplet: 95, A6 and 8B. RGB value is (149,166,139). Sum of RGB (Red+Green+Blue) = 149+166+139=454 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.82% from 454); Green value is 166 (65.23% from 255 or 36.56% from 454); Blue value is 139 (54.69% from 255 or 30.62% from 454); Max value from RGB is 166 - color contains mainly: green. Hex color #95A68B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A68B is #6A5974. Grayscale: #9D9D9D. Windows color (decimal): -6969717 or 9152149. OLE color: 9152149.

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

Color convert

RGB149166139-
CMYK0.1000.160.35
HSL97.78º13.17%59.8%-
HSV(B)97.78º16.27%65.1%-
XYZ30.6935.5329.67-
YUV157.84117.37121.7-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.82%
GREEN value IS 166 (65.23% from 255) = 36.56%
BLUE value IS 139 (54.69% from 255) = 30.62%
R=32.82%
G=36.56%
B=30.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1491661390.1000.160.3597.7813.1759.8
Hex95A68BA0102362d3c
Octal22524621312020431421574
Binary100101011010011010001011101001000010001111000101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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