Html Css Color HEX #5F7061 Mineral Green

📋 copy color: '#5F7061'

red 95 ◦ green 112 ◦ blue 97

#5F7061
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mineral Green #5F7061

Tints of Mineral Green #5F7061

RGB

 RED value IS 95 (37.5% from 255) = 31.25%

 GREEN value IS 112 (44.14% from 255) = 36.84%

 BLUE value IS 97 (38.28% from 255) = 31.91%

R = 31.25%
G = 36.84%
B = 31.91%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#5F7061 (or 0x5F7061) is known color: Mineral Green. HEX triplet: 5F, 70 and 61. RGB value is (95,112,97). Sum of RGB (Red+Green+Blue) = 95+112+97=304 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.25% from 304); Green value is 112 (44.14% from 255 or 36.84% from 304); Blue value is 97 (38.28% from 255 or 31.91% from 304); Max value from RGB is 112 - color contains mainly: green. Hex color #5F7061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7061 is #A08F9E. Grayscale: #696969. Windows color (decimal): -10522527 or 6385759. OLE color: 6385759.

HSL color Cylindrical-coordinate representation of color #5F7061: hue angle of 127.06º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5F7061 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 95 112 97 -
CMYK 0.15 0 0.13 0.56
HSL 127.06º 0.08% 0.41% -
HSV(B) 127.06º 0.15% 0.44% -
XYZ 12.67 14.88 13.51 -
YUV 105.21 123.37 120.72 -
System Red Green Blue C M Y K H S L
Decimal 95 112 97 0.15 0 0.13 0.56 127.06 0.08 0.41
Hex 5F 70 61 F 0 D 38 7F 8 29
Octal 137 160 141 17 0 15 70 177 10 51
Binary 1011111 1110000 1100001 1111 0 1101 111000 1111111 1000 101001

Color Harmonies of #5F7061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F7061

Black with #5F7061

Text Example


Text Example

White with #5F7061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5F7061;
 }
 .AnyTagClassName
 {
   color: #5F7061;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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