#5C6D5F

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

Shades of Mineral Green #5C6D5F

Tints of Mineral Green #5C6D5F

Color information

#5C6D5F (or 0x5C6D5F) is unknown color: approx Mineral Green. HEX triplet: 5C, 6D and 5F. RGB value is (92,109,95). Sum of RGB (Red+Green+Blue) = 92+109+95=296 (39% of max value = 765). Red value is 92 (36.33% from 255 or 31.08% from 296); Green value is 109 (42.97% from 255 or 36.82% from 296); Blue value is 95 (37.5% from 255 or 32.09% from 296); Max value from RGB is 109 - color contains mainly: green. Hex color #5C6D5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6D5F is #A392A0. Grayscale: #666666. Windows color (decimal): -10719905 or 6253916. OLE color: 6253916.

HSL color Cylindrical-coordinate representation of color #5C6D5F: hue angle of 130.59º degrees, saturation: 0.08, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5C6D5F is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.57.

Color convert

RGB9210995-
CMYK0.1600.130.57
HSL130.59º8.46%39.41%-
HSV(B)130.59º15.6%42.75%-
XYZ11.9514.0412.91-
YUV102.32123.87120.64-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 31.08%
GREEN value IS 109 (42.97% from 255) = 36.82%
BLUE value IS 95 (37.5% from 255) = 32.09%
R=31.08%
G=36.82%
B=32.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal92109950.1600.130.57130.598.4639.41
Hex5C6D5F100D3983827
Octal13415513720015712031047
Binary1011100110110110111111000001101111001100000111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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