#5F6961

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

Shades of Mineral Green #5F6961

Tints of Mineral Green #5F6961

Color information

#5F6961 (or 0x5F6961) is unknown color: approx Mineral Green. HEX triplet: 5F, 69 and 61. RGB value is (95,105,97). Sum of RGB (Red+Green+Blue) = 95+105+97=297 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.99% from 297); Green value is 105 (41.41% from 255 or 35.35% from 297); Blue value is 97 (38.28% from 255 or 32.66% from 297); Max value from RGB is 105 - color contains mainly: green. Hex color #5F6961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6961 is #A0969E. Grayscale: #656565. Windows color (decimal): -10524319 or 6383967. OLE color: 6383967.

HSL color Cylindrical-coordinate representation of color #5F6961: hue angle of 132º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5F6961 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB9510597-
CMYK0.1000.080.59
HSL132º5%39.22%-
HSV(B)132º9.52%41.18%-
XYZ11.9313.413.27-
YUV101.1125.69123.65-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.99%
GREEN value IS 105 (41.41% from 255) = 35.35%
BLUE value IS 97 (38.28% from 255) = 32.66%
R=31.99%
G=35.35%
B=32.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal95105970.1000.080.59132539.22
Hex5F6961A083B84527
Octal1371511411201073204547
Binary10111111101001110000110100100011101110000100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,105,97); }

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

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

 a { background-color: rgb(95,105,97); }

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

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

 span { border-color: rgb(95,105,97); }

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