#5F6560

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

Shades of Mineral Green #5F6560

Tints of Mineral Green #5F6560

Color information

#5F6560 (or 0x5F6560) is unknown color: approx Mineral Green. HEX triplet: 5F, 65 and 60. RGB value is (95,101,96). Sum of RGB (Red+Green+Blue) = 95+101+96=292 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.53% from 292); Green value is 101 (39.84% from 255 or 34.59% from 292); Blue value is 96 (37.89% from 255 or 32.88% from 292); Max value from RGB is 101 - color contains mainly: green. Hex color #5F6560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6560 is #A09A9F. Grayscale: #626262. Windows color (decimal): -10525344 or 6317407. OLE color: 6317407.

HSL color Cylindrical-coordinate representation of color #5F6560: hue angle of 130º degrees, saturation: 0.03, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #5F6560 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB9510196-
CMYK0.0600.050.60
HSL130º3.06%38.43%-
HSV(B)130º5.94%39.61%-
XYZ11.4812.5812.89-
YUV98.64126.51125.41-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 32.53%
GREEN value IS 101 (39.84% from 255) = 34.59%
BLUE value IS 96 (37.89% from 255) = 32.88%
R=32.53%
G=34.59%
B=32.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal95101960.0600.050.601303.0638.43
Hex5F65606053C82326
Octal13714514060574202346
Binary10111111100101110000011001011111001000001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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