Html Css Color HEX #5E6B5F Mineral Green

📋 copy color: '#5E6B5F'

red 94 ◦ green 107 ◦ blue 95

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

Shades of Mineral Green #5E6B5F

Tints of Mineral Green #5E6B5F

RGB

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

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

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

R = 31.76%
G = 36.15%
B = 32.09%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.11

 K value IS 0.58

RGB Variations

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

Color information

#5E6B5F (or 0x5E6B5F) is known color: Mineral Green. HEX triplet: 5E, 6B and 5F. RGB value is (94,107,95). Sum of RGB (Red+Green+Blue) = 94+107+95=296 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.76% from 296); Green value is 107 (42.19% from 255 or 36.15% from 296); Blue value is 95 (37.5% from 255 or 32.09% from 296); Max value from RGB is 107 - color contains mainly: green. Hex color #5E6B5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6B5F is #A194A0. Grayscale: #656565. Windows color (decimal): -10589345 or 6253406. OLE color: 6253406.

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

Color convert

RGB 94 107 95 -
CMYK 0.12 0 0.11 0.58
HSL 124.62º 0.06% 0.39% -
HSV(B) 124.62º 0.12% 0.42% -
XYZ 11.94 13.72 12.85 -
YUV 101.75 124.19 122.48 -
System Red Green Blue C M Y K H S L
Decimal 94 107 95 0.12 0 0.11 0.58 124.62 0.06 0.39
Hex 5E 6B 5F C 0 B 3A 7D 6 27
Octal 136 153 137 14 0 13 72 175 6 47
Binary 1011110 1101011 1011111 1100 0 1011 111010 1111101 110 100111

Color Harmonies of #5E6B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6B5F

Black with #5E6B5F

Text Example


Text Example

White with #5E6B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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