Html Css Color HEX #919C8E Mantle

📋 copy color: '#919C8E'

red 145 ◦ green 156 ◦ blue 142

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

Shades of Mantle #919C8E

Tints of Mantle #919C8E

RGB

 RED value IS 145 (57.03% from 255) = 32.73%

 GREEN value IS 156 (61.33% from 255) = 35.21%

 BLUE value IS 142 (55.86% from 255) = 32.05%

R = 32.73%
G = 35.21%
B = 32.05%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#919C8E (or 0x919C8E) is known color: Mantle. HEX triplet: 91, 9C and 8E. RGB value is (145,156,142). Sum of RGB (Red+Green+Blue) = 145+156+142=443 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.73% from 443); Green value is 156 (61.33% from 255 or 35.21% from 443); Blue value is 142 (55.86% from 255 or 32.05% from 443); Max value from RGB is 156 - color contains mainly: green. Hex color #919C8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919C8E is #6E6371. Grayscale: #979797. Windows color (decimal): -7234418 or 9346193. OLE color: 9346193.

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

Color convert

RGB 145 156 142 -
CMYK 0.07 0 0.09 0.39
HSL 107.14º 0.07% 0.58% -
HSV(B) 107.14º 0.09% 0.61% -
XYZ 28.45 31.75 30.22 -
YUV 151.12 122.86 123.64 -
System Red Green Blue C M Y K H S L
Decimal 145 156 142 0.07 0 0.09 0.39 107.14 0.07 0.58
Hex 91 9C 8E 7 0 9 27 6B 7 3A
Octal 221 234 216 7 0 11 47 153 7 72
Binary 10010001 10011100 10001110 111 0 1001 100111 1101011 111 111010

Color Harmonies of #919C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919C8E

Black with #919C8E

Text Example


Text Example

White with #919C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919C8E; }

 p { color: rgb(145,156,142); }

 H1.HeaderClassName
 {
   color: #919C8E;
 }
 .AnyTagClassName
 {
   color: #919C8E;
 }
</style>

background-color css

<style>
 a { background-color: #919C8E; }

 a { background-color: rgb(145,156,142); }

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

border-color css

<style>
 span { border-color: #919C8E; }

 span { border-color: rgb(145,156,142); }

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