#95A78B

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

Shades of Mantle #95A78B

Tints of Mantle #95A78B

Color information

#95A78B (or 0x95A78B) is unknown color: approx Mantle. HEX triplet: 95, A7 and 8B. RGB value is (149,167,139). Sum of RGB (Red+Green+Blue) = 149+167+139=455 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.75% from 455); Green value is 167 (65.62% from 255 or 36.70% from 455); Blue value is 139 (54.69% from 255 or 30.55% from 455); Max value from RGB is 167 - color contains mainly: green. Hex color #95A78B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A78B is #6A5874. Grayscale: #9E9E9E. Windows color (decimal): -6969461 or 9152405. OLE color: 9152405.

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

Color convert

RGB149167139-
CMYK0.1100.170.35
HSL98.57º13.73%60%-
HSV(B)98.57º16.77%65.49%-
XYZ30.8735.8929.73-
YUV158.43117.04121.28-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.75%
GREEN value IS 167 (65.62% from 255) = 36.70%
BLUE value IS 139 (54.69% from 255) = 30.55%
R=32.75%
G=36.70%
B=30.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1491671390.1100.170.3598.5713.7360
Hex95A78BB0112363e3c
Octal22524721313021431431674
Binary100101011010011110001011101101000110001111000111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A78B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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