#5D7260

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

Shades of Mineral Green #5D7260

Tints of Mineral Green #5D7260

Color information

#5D7260 (or 0x5D7260) is unknown color: approx Mineral Green. HEX triplet: 5D, 72 and 60. RGB value is (93,114,96). Sum of RGB (Red+Green+Blue) = 93+114+96=303 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.69% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 114 - color contains mainly: green. Hex color #5D7260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7260 is #A28D9F. Grayscale: #696969. Windows color (decimal): -10653088 or 6320733. OLE color: 6320733.

HSL color Cylindrical-coordinate representation of color #5D7260: hue angle of 128.57º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5D7260 is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB9311496-
CMYK0.1800.160.55
HSL128.57º10.14%40.59%-
HSV(B)128.57º18.42%44.71%-
XYZ12.6415.2113.34-
YUV105.67122.54118.96-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30.69%
GREEN value IS 114 (44.92% from 255) = 37.62%
BLUE value IS 96 (37.89% from 255) = 31.68%
R=30.69%
G=37.62%
B=31.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal93114960.1800.160.55128.5710.1440.59
Hex5D7260120103781a29
Octal13516214022020672011251
Binary10111011110010110000010010010000110111100000011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,114,96); }

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

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

 a { background-color: rgb(93,114,96); }

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

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

 span { border-color: rgb(93,114,96); }

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