Html Css Color HEX #5E6B60 Mineral Green

📋 copy color: '#5E6B60'

red 94 ◦ green 107 ◦ blue 96

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

Shades of Mineral Green #5E6B60

Tints of Mineral Green #5E6B60

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.03%

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

R = 31.65%
G = 36.03%
B = 32.32%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.58

RGB Variations

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

Color information

#5E6B60 (or 0x5E6B60) is known color: Mineral Green. HEX triplet: 5E, 6B and 60. RGB value is (94,107,96). Sum of RGB (Red+Green+Blue) = 94+107+96=297 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.65% from 297); Green value is 107 (42.19% from 255 or 36.03% from 297); Blue value is 96 (37.89% from 255 or 32.32% from 297); Max value from RGB is 107 - color contains mainly: green. Hex color #5E6B60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6B60 is #A1949F. Grayscale: #656565. Windows color (decimal): -10589344 or 6318942. OLE color: 6318942.

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

Color convert

RGB 94 107 96 -
CMYK 0.12 0 0.10 0.58
HSL 129.23º 0.06% 0.39% -
HSV(B) 129.23º 0.12% 0.42% -
XYZ 11.99 13.74 13.09 -
YUV 101.86 124.69 122.39 -
System Red Green Blue C M Y K H S L
Decimal 94 107 96 0.12 0 0.10 0.58 129.23 0.06 0.39
Hex 5E 6B 60 C 0 A 3A 81 6 27
Octal 136 153 140 14 0 12 72 201 6 47
Binary 1011110 1101011 1100000 1100 0 1010 111010 10000001 110 100111

Color Harmonies of #5E6B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6B60

Black with #5E6B60

Text Example


Text Example

White with #5E6B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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