Html Css Color HEX #5E6A62 Mineral Green

📋 copy color: '#5E6A62'

red 94 ◦ green 106 ◦ blue 98

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

Shades of Mineral Green #5E6A62

Tints of Mineral Green #5E6A62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 32.89%

R = 31.54%
G = 35.57%
B = 32.89%

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

#5E6A62 (or 0x5E6A62) is known color: Mineral Green. HEX triplet: 5E, 6A and 62. RGB value is (94,106,98). Sum of RGB (Red+Green+Blue) = 94+106+98=298 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.54% from 298); Green value is 106 (41.80% from 255 or 35.57% from 298); Blue value is 98 (38.67% from 255 or 32.89% from 298); Max value from RGB is 106 - color contains mainly: green. Hex color #5E6A62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6A62 is #A1959D. Grayscale: #656565. Windows color (decimal): -10589598 or 6449758. OLE color: 6449758.

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

Color convert

RGB 94 106 98 -
CMYK 0.11 0 0.08 0.58
HSL 140º 0.06% 0.39% -
HSV(B) 140º 0.11% 0.42% -
XYZ 11.97 13.57 13.54 -
YUV 101.5 126.02 122.65 -
System Red Green Blue C M Y K H S L
Decimal 94 106 98 0.11 0 0.08 0.58 140 0.06 0.39
Hex 5E 6A 62 B 0 8 3A 8C 6 27
Octal 136 152 142 13 0 10 72 214 6 47
Binary 1011110 1101010 1100010 1011 0 1000 111010 10001100 110 100111

Color Harmonies of #5E6A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6A62

Black with #5E6A62

Text Example


Text Example

White with #5E6A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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