Html Css Color HEX #949F8D Mantle

📋 copy color: '#949F8D'

red 148 ◦ green 159 ◦ blue 141

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

Shades of Mantle #949F8D

Tints of Mantle #949F8D

RGB

 RED value IS 148 (58.2% from 255) = 33.04%

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

 BLUE value IS 141 (55.47% from 255) = 31.47%

R = 33.04%
G = 35.49%
B = 31.47%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#949F8D (or 0x949F8D) is known color: Mantle. HEX triplet: 94, 9F and 8D. RGB value is (148,159,141). Sum of RGB (Red+Green+Blue) = 148+159+141=448 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.04% from 448); Green value is 159 (62.5% from 255 or 35.49% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 159 - color contains mainly: green. Hex color #949F8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949F8D is #6B6072. Grayscale: #999999. Windows color (decimal): -7037043 or 9281428. OLE color: 9281428.

HSL color Cylindrical-coordinate representation of color #949F8D: hue angle of 96.67º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #949F8D is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 148 159 141 -
CMYK 0.07 0 0.11 0.38
HSL 96.67º 0.09% 0.59% -
HSV(B) 96.67º 0.11% 0.62% -
XYZ 29.42 33.02 30.02 -
YUV 153.66 120.86 123.96 -
System Red Green Blue C M Y K H S L
Decimal 148 159 141 0.07 0 0.11 0.38 96.67 0.09 0.59
Hex 94 9F 8D 7 0 B 26 61 9 3B
Octal 224 237 215 7 0 13 46 141 11 73
Binary 10010100 10011111 10001101 111 0 1011 100110 1100001 1001 111011

Color Harmonies of #949F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949F8D

Black with #949F8D

Text Example


Text Example

White with #949F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949F8D; }

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

 H1.HeaderClassName
 {
   color: #949F8D;
 }
 .AnyTagClassName
 {
   color: #949F8D;
 }
</style>

background-color css

<style>
 a { background-color: #949F8D; }

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

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

border-color css

<style>
 span { border-color: #949F8D; }

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

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