Html Css Color HEX #95A78C Mantle

📋 copy color: '#95A78C'

red 149 ◦ green 167 ◦ blue 140

#95A78C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantle #95A78C

Tints of Mantle #95A78C

RGB

 RED value IS 149 (58.59% from 255) = 32.68%

 GREEN value IS 167 (65.63% from 255) = 36.62%

 BLUE value IS 140 (55.08% from 255) = 30.7%

R = 32.68%
G = 36.62%
B = 30.7%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#95A78C (or 0x95A78C) is known color: Mantle. HEX triplet: 95, A7 and 8C. RGB value is (149,167,140). Sum of RGB (Red+Green+Blue) = 149+167+140=456 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.68% from 456); Green value is 167 (65.62% from 255 or 36.62% from 456); Blue value is 140 (55.08% from 255 or 30.70% from 456); Max value from RGB is 167 - color contains mainly: green. Hex color #95A78C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A78C is #6A5873. Grayscale: #9E9E9E. Windows color (decimal): -6969460 or 9217941. OLE color: 9217941.

HSL color Cylindrical-coordinate representation of color #95A78C: hue angle of 100º 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 #95A78C is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB 149 167 140 -
CMYK 0.11 0 0.16 0.35
HSL 100º 0.13% 0.6% -
HSV(B) 100º 0.16% 0.65% -
XYZ 30.95 35.92 30.11 -
YUV 158.54 117.54 121.2 -
System Red Green Blue C M Y K H S L
Decimal 149 167 140 0.11 0 0.16 0.35 100 0.13 0.6
Hex 95 A7 8C B 0 10 23 64 D 3C
Octal 225 247 214 13 0 20 43 144 15 74
Binary 10010101 10100111 10001100 1011 0 10000 100011 1100100 1101 111100

Color Harmonies of #95A78C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A78C

Black with #95A78C

Text Example


Text Example

White with #95A78C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #95A78C;
 }
 .AnyTagClassName
 {
   color: #95A78C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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