Html Css Color HEX #5E6A60 Mineral Green

📋 copy color: '#5E6A60'

red 94 ◦ green 106 ◦ blue 96

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

Shades of Mineral Green #5E6A60

Tints of Mineral Green #5E6A60

RGB

 RED value IS 94 (37.11% from 255) = 31.76%

 GREEN value IS 106 (41.8% from 255) = 35.81%

 BLUE value IS 96 (37.89% from 255) = 32.43%

R = 31.76%
G = 35.81%
B = 32.43%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.09

 K value IS 0.58

RGB Variations

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

Color information

#5E6A60 (or 0x5E6A60) is known color: Mineral Green. HEX triplet: 5E, 6A and 60. RGB value is (94,106,96). Sum of RGB (Red+Green+Blue) = 94+106+96=296 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.76% from 296); Green value is 106 (41.80% from 255 or 35.81% from 296); Blue value is 96 (37.89% from 255 or 32.43% from 296); Max value from RGB is 106 - color contains mainly: green. Hex color #5E6A60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6A60 is #A1959F. Grayscale: #656565. Windows color (decimal): -10589600 or 6318686. OLE color: 6318686.

HSL color Cylindrical-coordinate representation of color #5E6A60: hue angle of 130º degrees, saturation: 0.06, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5E6A60 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.58.

Color convert

RGB 94 106 96 -
CMYK 0.11 0 0.09 0.58
HSL 130º 0.06% 0.39% -
HSV(B) 130º 0.11% 0.42% -
XYZ 11.88 13.53 13.05 -
YUV 101.27 125.02 122.81 -
System Red Green Blue C M Y K H S L
Decimal 94 106 96 0.11 0 0.09 0.58 130 0.06 0.39
Hex 5E 6A 60 B 0 9 3A 82 6 27
Octal 136 152 140 13 0 11 72 202 6 47
Binary 1011110 1101010 1100000 1011 0 1001 111010 10000010 110 100111

Color Harmonies of #5E6A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6A60

Black with #5E6A60

Text Example


Text Example

White with #5E6A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,106,96); }

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

background-color css

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

 a { background-color: rgb(94,106,96); }

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

border-color css

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

 span { border-color: rgb(94,106,96); }

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