Html Css Color HEX #5E6A61 Mineral Green

📋 copy color: '#5E6A61'

red 94 ◦ green 106 ◦ blue 97

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

Shades of Mineral Green #5E6A61

Tints of Mineral Green #5E6A61

RGB

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

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

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

R = 31.65%
G = 35.69%
B = 32.66%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.08

 K value IS 0.58

RGB Variations

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

Color information

#5E6A61 (or 0x5E6A61) is known color: Mineral Green. HEX triplet: 5E, 6A and 61. RGB value is (94,106,97). Sum of RGB (Red+Green+Blue) = 94+106+97=297 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.65% from 297); Green value is 106 (41.80% from 255 or 35.69% from 297); Blue value is 97 (38.28% from 255 or 32.66% from 297); Max value from RGB is 106 - color contains mainly: green. Hex color #5E6A61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6A61 is #A1959E. Grayscale: #656565. Windows color (decimal): -10589599 or 6384222. OLE color: 6384222.

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

Color convert

RGB 94 106 97 -
CMYK 0.11 0 0.08 0.58
HSL 135º 0.06% 0.39% -
HSV(B) 135º 0.11% 0.42% -
XYZ 11.93 13.55 13.3 -
YUV 101.39 125.52 122.73 -
System Red Green Blue C M Y K H S L
Decimal 94 106 97 0.11 0 0.08 0.58 135 0.06 0.39
Hex 5E 6A 61 B 0 8 3A 87 6 27
Octal 136 152 141 13 0 10 72 207 6 47
Binary 1011110 1101010 1100001 1011 0 1000 111010 10000111 110 100111

Color Harmonies of #5E6A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6A61

Black with #5E6A61

Text Example


Text Example

White with #5E6A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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