Html Css Color HEX #959F94 Mantle

📋 copy color: '#959F94'

red 149 ◦ green 159 ◦ blue 148

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

Shades of Mantle #959F94

Tints of Mantle #959F94

RGB

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

 GREEN value IS 159 (62.5% from 255) = 34.87%

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

R = 32.68%
G = 34.87%
B = 32.46%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.07

 K value IS 0.38

RGB Variations

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

Color information

#959F94 (or 0x959F94) is known color: Mantle. HEX triplet: 95, 9F and 94. RGB value is (149,159,148). Sum of RGB (Red+Green+Blue) = 149+159+148=456 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.68% from 456); Green value is 159 (62.5% from 255 or 34.87% from 456); Blue value is 148 (58.20% from 255 or 32.46% from 456); Max value from RGB is 159 - color contains mainly: green. Hex color #959F94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959F94 is #6A606B. Grayscale: #9A9A9A. Windows color (decimal): -6971500 or 9740181. OLE color: 9740181.

HSL color Cylindrical-coordinate representation of color #959F94: hue angle of 114.55º degrees, saturation: 0.05, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #959F94 is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB 149 159 148 -
CMYK 0.06 0 0.07 0.38
HSL 114.55º 0.05% 0.6% -
HSV(B) 114.55º 0.07% 0.62% -
XYZ 30.14 33.32 32.86 -
YUV 154.76 124.19 123.89 -
System Red Green Blue C M Y K H S L
Decimal 149 159 148 0.06 0 0.07 0.38 114.55 0.05 0.6
Hex 95 9F 94 6 0 7 26 73 5 3C
Octal 225 237 224 6 0 7 46 163 5 74
Binary 10010101 10011111 10010100 110 0 111 100110 1110011 101 111100

Color Harmonies of #959F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959F94

Black with #959F94

Text Example


Text Example

White with #959F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959F94; }

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

 H1.HeaderClassName
 {
   color: #959F94;
 }
 .AnyTagClassName
 {
   color: #959F94;
 }
</style>

background-color css

<style>
 a { background-color: #959F94; }

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

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

border-color css

<style>
 span { border-color: #959F94; }

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

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