#5F6B62

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

Shades of Mineral Green #5F6B62

Tints of Mineral Green #5F6B62

Color information

#5F6B62 (or 0x5F6B62) is unknown color: approx Mineral Green. HEX triplet: 5F, 6B and 62. RGB value is (95,107,98). Sum of RGB (Red+Green+Blue) = 95+107+98=300 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.67% from 300); Green value is 107 (42.19% from 255 or 35.67% from 300); Blue value is 98 (38.67% from 255 or 32.67% from 300); Max value from RGB is 107 - color contains mainly: green. Hex color #5F6B62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6B62 is #A0949D. Grayscale: #666666. Windows color (decimal): -10523806 or 6450015. OLE color: 6450015.

HSL color Cylindrical-coordinate representation of color #5F6B62: hue angle of 135º 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 #5F6B62 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB9510798-
CMYK0.1100.080.58
HSL135º5.94%39.61%-
HSV(B)135º11.21%41.96%-
XYZ12.1813.8313.58-
YUV102.39125.52122.73-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.67%
GREEN value IS 107 (42.19% from 255) = 35.67%
BLUE value IS 98 (38.67% from 255) = 32.67%
R=31.67%
G=35.67%
B=32.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal95107980.1100.080.581355.9439.61
Hex5F6B62B083A87628
Octal1371531421301072207650
Binary10111111101011110001010110100011101010000111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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