Html Css Color HEX #5D6F5F Mineral Green

📋 copy color: '#5D6F5F'

red 93 ◦ green 111 ◦ blue 95

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

Shades of Mineral Green #5D6F5F

Tints of Mineral Green #5D6F5F

RGB

 RED value IS 93 (36.72% from 255) = 31.1%

 GREEN value IS 111 (43.75% from 255) = 37.12%

 BLUE value IS 95 (37.5% from 255) = 31.77%

R = 31.1%
G = 37.12%
B = 31.77%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#5D6F5F (or 0x5D6F5F) is known color: Mineral Green. HEX triplet: 5D, 6F and 5F. RGB value is (93,111,95). Sum of RGB (Red+Green+Blue) = 93+111+95=299 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.10% from 299); Green value is 111 (43.75% from 255 or 37.12% from 299); Blue value is 95 (37.5% from 255 or 31.77% from 299); Max value from RGB is 111 - color contains mainly: green. Hex color #5D6F5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6F5F is #A290A0. Grayscale: #676767. Windows color (decimal): -10653857 or 6254429. OLE color: 6254429.

HSL color Cylindrical-coordinate representation of color #5D6F5F: hue angle of 126.67º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5D6F5F is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 93 111 95 -
CMYK 0.16 0 0.14 0.56
HSL 126.67º 0.09% 0.4% -
HSV(B) 126.67º 0.16% 0.44% -
XYZ 12.26 14.52 12.98 -
YUV 103.79 123.04 120.3 -
System Red Green Blue C M Y K H S L
Decimal 93 111 95 0.16 0 0.14 0.56 126.67 0.09 0.4
Hex 5D 6F 5F 10 0 E 38 7F 9 28
Octal 135 157 137 20 0 16 70 177 11 50
Binary 1011101 1101111 1011111 10000 0 1110 111000 1111111 1001 101000

Color Harmonies of #5D6F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6F5F

Black with #5D6F5F

Text Example


Text Example

White with #5D6F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,111,95); }

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

background-color css

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

 a { background-color: rgb(93,111,95); }

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

border-color css

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

 span { border-color: rgb(93,111,95); }

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