Html Css Color HEX #909D8A Mantle

📋 copy color: '#909D8A'

red 144 ◦ green 157 ◦ blue 138

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

Shades of Mantle #909D8A

Tints of Mantle #909D8A

RGB

 RED value IS 144 (56.64% from 255) = 32.8%

 GREEN value IS 157 (61.72% from 255) = 35.76%

 BLUE value IS 138 (54.3% from 255) = 31.44%

R = 32.8%
G = 35.76%
B = 31.44%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#909D8A (or 0x909D8A) is known color: Mantle. HEX triplet: 90, 9D and 8A. RGB value is (144,157,138). Sum of RGB (Red+Green+Blue) = 144+157+138=439 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.80% from 439); Green value is 157 (61.72% from 255 or 35.76% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 157 - color contains mainly: green. Hex color #909D8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909D8A is #6F6275. Grayscale: #979797. Windows color (decimal): -7299702 or 9084304. OLE color: 9084304.

HSL color Cylindrical-coordinate representation of color #909D8A: hue angle of 101.05º degrees, saturation: 0.09, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #909D8A is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB 144 157 138 -
CMYK 0.08 0 0.12 0.38
HSL 101.05º 0.09% 0.58% -
HSV(B) 101.05º 0.12% 0.62% -
XYZ 28.15 31.88 28.71 -
YUV 150.95 120.69 123.04 -
System Red Green Blue C M Y K H S L
Decimal 144 157 138 0.08 0 0.12 0.38 101.05 0.09 0.58
Hex 90 9D 8A 8 0 C 26 65 9 3A
Octal 220 235 212 10 0 14 46 145 11 72
Binary 10010000 10011101 10001010 1000 0 1100 100110 1100101 1001 111010

Color Harmonies of #909D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909D8A

Black with #909D8A

Text Example


Text Example

White with #909D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #909D8A; }

 p { color: rgb(144,157,138); }

 H1.HeaderClassName
 {
   color: #909D8A;
 }
 .AnyTagClassName
 {
   color: #909D8A;
 }
</style>

background-color css

<style>
 a { background-color: #909D8A; }

 a { background-color: rgb(144,157,138); }

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

border-color css

<style>
 span { border-color: #909D8A; }

 span { border-color: rgb(144,157,138); }

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