#94A790

Color #94A790 Mantle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantle #94A790

Tints of Mantle #94A790

Color information

#94A790 (or 0x94A790) is unknown color: approx Mantle. HEX triplet: 94, A7 and 90. RGB value is (148,167,144). Sum of RGB (Red+Green+Blue) = 148+167+144=459 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.24% from 459); Green value is 167 (65.62% from 255 or 36.38% from 459); Blue value is 144 (56.64% from 255 or 31.37% from 459); Max value from RGB is 167 - color contains mainly: green. Hex color #94A790 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A790 is #6B586F. Grayscale: #9E9E9E. Windows color (decimal): -7034992 or 9480084. OLE color: 9480084.

HSL color Cylindrical-coordinate representation of color #94A790: hue angle of 109.57º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #94A790 is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB148167144-
CMYK0.1100.140.35
HSL109.57º11.56%60.98%-
HSV(B)109.57º13.77%65.49%-
XYZ31.0735.9531.69-
YUV158.7119.71120.37-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.24%
GREEN value IS 167 (65.62% from 255) = 36.38%
BLUE value IS 144 (56.64% from 255) = 31.37%
R=32.24%
G=36.38%
B=31.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1481671440.1100.140.35109.5711.5660.98
Hex94A790B0E236ec3d
Octal22424722013016431561475
Binary10010100101001111001000010110111010001111011101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94A790; }

 p { color: rgb(148,167,144); }

 H1.HeaderClassName
 {
   color: #94A790;
 }
 .AnyTagClassName
 {
   color: #94A790;
 }
</style>
background-color css

<style>
 a { background-color: #94A790; }

 a { background-color: rgb(148,167,144); }

 div.DivClassName
 {
   background-color: #94A790;
 }
 .BgClassName
 {
   background-color: #94A790;
 }
</style>
border-color css

<style>
 span { border-color: #94A790; }

 span { border-color: rgb(148,167,144); }

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