Html Css Color HEX #949F91 Mantle

📋 copy color: '#949F91'

red 148 ◦ green 159 ◦ blue 145

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

Shades of Mantle #949F91

Tints of Mantle #949F91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 32.08%

R = 32.74%
G = 35.18%
B = 32.08%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#949F91 (or 0x949F91) is known color: Mantle. HEX triplet: 94, 9F and 91. RGB value is (148,159,145). Sum of RGB (Red+Green+Blue) = 148+159+145=452 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.74% from 452); Green value is 159 (62.5% from 255 or 35.18% from 452); Blue value is 145 (57.03% from 255 or 32.08% from 452); Max value from RGB is 159 - color contains mainly: green. Hex color #949F91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949F91 is #6B606E. Grayscale: #9A9A9A. Windows color (decimal): -7037039 or 9543572. OLE color: 9543572.

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

Color convert

RGB 148 159 145 -
CMYK 0.07 0 0.09 0.38
HSL 107.14º 0.07% 0.6% -
HSV(B) 107.14º 0.09% 0.62% -
XYZ 29.72 33.14 31.62 -
YUV 154.12 122.86 123.64 -
System Red Green Blue C M Y K H S L
Decimal 148 159 145 0.07 0 0.09 0.38 107.14 0.07 0.6
Hex 94 9F 91 7 0 9 26 6B 7 3C
Octal 224 237 221 7 0 11 46 153 7 74
Binary 10010100 10011111 10010001 111 0 1001 100110 1101011 111 111100

Color Harmonies of #949F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949F91

Black with #949F91

Text Example


Text Example

White with #949F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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