Html Css Color HEX #5C705E Mineral Green

📋 copy color: '#5C705E'

red 92 ◦ green 112 ◦ blue 94

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

Shades of Mineral Green #5C705E

Tints of Mineral Green #5C705E

RGB

 RED value IS 92 (36.33% from 255) = 30.87%

 GREEN value IS 112 (44.14% from 255) = 37.58%

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

R = 30.87%
G = 37.58%
B = 31.54%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#5C705E (or 0x5C705E) is known color: Mineral Green. HEX triplet: 5C, 70 and 5E. RGB value is (92,112,94). Sum of RGB (Red+Green+Blue) = 92+112+94=298 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.87% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 94 (37.11% from 255 or 31.54% from 298); Max value from RGB is 112 - color contains mainly: green. Hex color #5C705E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C705E is #A38FA1. Grayscale: #686868. Windows color (decimal): -10719138 or 6189148. OLE color: 6189148.

HSL color Cylindrical-coordinate representation of color #5C705E: hue angle of 126º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5C705E is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 92 112 94 -
CMYK 0.18 0 0.16 0.56
HSL 126º 0.1% 0.4% -
HSV(B) 126º 0.18% 0.44% -
XYZ 12.23 14.67 12.78 -
YUV 103.97 122.37 119.46 -
System Red Green Blue C M Y K H S L
Decimal 92 112 94 0.18 0 0.16 0.56 126 0.1 0.4
Hex 5C 70 5E 12 0 10 38 7E A 28
Octal 134 160 136 22 0 20 70 176 12 50
Binary 1011100 1110000 1011110 10010 0 10000 111000 1111110 1010 101000

Color Harmonies of #5C705E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C705E

Black with #5C705E

Text Example


Text Example

White with #5C705E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,112,94); }

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

background-color css

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

 a { background-color: rgb(92,112,94); }

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

border-color css

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

 span { border-color: rgb(92,112,94); }

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