#5B725E

Color #5B725E Mineral Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mineral Green #5B725E

Tints of Mineral Green #5B725E

Color information

#5B725E (or 0x5B725E) is unknown color: approx Mineral Green. HEX triplet: 5B, 72 and 5E. RGB value is (91,114,94). Sum of RGB (Red+Green+Blue) = 91+114+94=299 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.43% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 114 - color contains mainly: green. Hex color #5B725E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B725E is #A48DA1. Grayscale: #686868. Windows color (decimal): -10784162 or 6189659. OLE color: 6189659.

HSL color Cylindrical-coordinate representation of color #5B725E: hue angle of 127.83º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5B725E is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB9111494-
CMYK0.2000.180.55
HSL127.83º11.22%40.2%-
HSV(B)127.83º20.18%44.71%-
XYZ12.3515.0712.85-
YUV104.84121.88118.13-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.43%
GREEN value IS 114 (44.92% from 255) = 38.13%
BLUE value IS 94 (37.11% from 255) = 31.44%
R=30.43%
G=38.13%
B=31.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal91114940.2000.180.55127.8311.2240.2
Hex5B725E140123780b28
Octal13316213624022672001350
Binary10110111110010101111010100010010110111100000001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B725E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B725E; }

 p { color: rgb(91,114,94); }

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

<style>
 a { background-color: #5B725E; }

 a { background-color: rgb(91,114,94); }

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

<style>
 span { border-color: #5B725E; }

 span { border-color: rgb(91,114,94); }

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