Html Css Color HEX #95A794 Mantle

📋 copy color: '#95A794'

red 149 ◦ green 167 ◦ blue 148

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

Shades of Mantle #95A794

Tints of Mantle #95A794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.9%

R = 32.11%
G = 35.99%
B = 31.9%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#95A794 (or 0x95A794) is known color: Mantle. HEX triplet: 95, A7 and 94. RGB value is (149,167,148). Sum of RGB (Red+Green+Blue) = 149+167+148=464 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.11% from 464); Green value is 167 (65.62% from 255 or 35.99% from 464); Blue value is 148 (58.20% from 255 or 31.90% from 464); Max value from RGB is 167 - color contains mainly: green. Hex color #95A794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A794 is #6A586B. Grayscale: #9F9F9F. Windows color (decimal): -6969452 or 9742229. OLE color: 9742229.

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

Color convert

RGB 149 167 148 -
CMYK 0.11 0 0.11 0.35
HSL 116.84º 0.1% 0.62% -
HSV(B) 116.84º 0.11% 0.65% -
XYZ 31.56 36.17 33.33 -
YUV 159.45 121.54 120.54 -
System Red Green Blue C M Y K H S L
Decimal 149 167 148 0.11 0 0.11 0.35 116.84 0.1 0.62
Hex 95 A7 94 B 0 B 23 75 A 3E
Octal 225 247 224 13 0 13 43 165 12 76
Binary 10010101 10100111 10010100 1011 0 1011 100011 1110101 1010 111110

Color Harmonies of #95A794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A794

Black with #95A794

Text Example


Text Example

White with #95A794

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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