#5F6B60

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

Shades of Mineral Green #5F6B60

Tints of Mineral Green #5F6B60

Color information

#5F6B60 (or 0x5F6B60) is unknown color: approx Mineral Green. HEX triplet: 5F, 6B and 60. RGB value is (95,107,96). Sum of RGB (Red+Green+Blue) = 95+107+96=298 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.88% from 298); Green value is 107 (42.19% from 255 or 35.91% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 107 - color contains mainly: green. Hex color #5F6B60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6B60 is #A0949F. Grayscale: #666666. Windows color (decimal): -10523808 or 6318943. OLE color: 6318943.

HSL color Cylindrical-coordinate representation of color #5F6B60: hue angle of 125º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5F6B60 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB9510796-
CMYK0.1100.100.58
HSL125º5.94%39.61%-
HSV(B)125º11.21%41.96%-
XYZ12.0913.7913.09-
YUV102.16124.52122.89-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.88%
GREEN value IS 107 (42.19% from 255) = 35.91%
BLUE value IS 96 (37.89% from 255) = 32.21%
R=31.88%
G=35.91%
B=32.21%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal95107960.1100.100.581255.9439.61
Hex5F6B60B0A3A7d628
Octal1371531401301272175650
Binary1011111110101111000001011010101110101111101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,107,96); }

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

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

 a { background-color: rgb(95,107,96); }

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

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

 span { border-color: rgb(95,107,96); }

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