Html Css Color HEX #5C715F Mineral Green

📋 copy color: '#5C715F'

red 92 ◦ green 113 ◦ blue 95

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

Shades of Mineral Green #5C715F

Tints of Mineral Green #5C715F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.67%

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

R = 30.67%
G = 37.67%
B = 31.67%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#5C715F (or 0x5C715F) is known color: Mineral Green. HEX triplet: 5C, 71 and 5F. RGB value is (92,113,95). Sum of RGB (Red+Green+Blue) = 92+113+95=300 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.67% from 300); Green value is 113 (44.53% from 255 or 37.67% from 300); Blue value is 95 (37.5% from 255 or 31.67% from 300); Max value from RGB is 113 - color contains mainly: green. Hex color #5C715F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C715F is #A38EA0. Grayscale: #686868. Windows color (decimal): -10718881 or 6254940. OLE color: 6254940.

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

Color convert

RGB 92 113 95 -
CMYK 0.19 0 0.16 0.56
HSL 128.57º 0.1% 0.4% -
HSV(B) 128.57º 0.19% 0.44% -
XYZ 12.38 14.91 13.05 -
YUV 104.67 122.54 118.96 -
System Red Green Blue C M Y K H S L
Decimal 92 113 95 0.19 0 0.16 0.56 128.57 0.1 0.4
Hex 5C 71 5F 13 0 10 38 81 A 28
Octal 134 161 137 23 0 20 70 201 12 50
Binary 1011100 1110001 1011111 10011 0 10000 111000 10000001 1010 101000

Color Harmonies of #5C715F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C715F

Black with #5C715F

Text Example


Text Example

White with #5C715F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,113,95); }

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

background-color css

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

 a { background-color: rgb(92,113,95); }

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

border-color css

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

 span { border-color: rgb(92,113,95); }

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