#5C705F

Color #5C705F Mineral Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mineral Green #5C705F

Tints of Mineral Green #5C705F

Color information

#5C705F (or 0x5C705F) is unknown color: approx Mineral Green. HEX triplet: 5C, 70 and 5F. RGB value is (92,112,95). Sum of RGB (Red+Green+Blue) = 92+112+95=299 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.77% from 299); Green value is 112 (44.14% from 255 or 37.46% from 299); Blue value is 95 (37.5% from 255 or 31.77% from 299); Max value from RGB is 112 - color contains mainly: green. Hex color #5C705F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C705F is #A38FA0. Grayscale: #686868. Windows color (decimal): -10719137 or 6254684. OLE color: 6254684.

HSL color Cylindrical-coordinate representation of color #5C705F: hue angle of 129º 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 #5C705F is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB9211295-
CMYK0.1800.150.56
HSL129º9.8%40%-
HSV(B)129º17.86%43.92%-
XYZ12.2714.6913.02-
YUV104.08122.87119.38-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.77%
GREEN value IS 112 (44.14% from 255) = 37.46%
BLUE value IS 95 (37.5% from 255) = 31.77%
R=30.77%
G=37.46%
B=31.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal92112950.1800.150.561299.840
Hex5C705F120F3881a28
Octal13416013722017702011250
Binary1011100111000010111111001001111111000100000011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C705F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5C705F;
 }
 .AnyTagClassName
 {
   color: #5C705F;
 }
</style>
background-color css

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

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

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

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

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

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