#5C6861

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

Shades of Mineral Green #5C6861

Tints of Mineral Green #5C6861

Color information

#5C6861 (or 0x5C6861) is unknown color: approx Mineral Green. HEX triplet: 5C, 68 and 61. RGB value is (92,104,97). Sum of RGB (Red+Green+Blue) = 92+104+97=293 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.40% from 293); Green value is 104 (41.02% from 255 or 35.49% from 293); Blue value is 97 (38.28% from 255 or 33.11% from 293); Max value from RGB is 104 - color contains mainly: green. Hex color #5C6861 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6861 is #A3979E. Grayscale: #636363. Windows color (decimal): -10721183 or 6383708. OLE color: 6383708.

HSL color Cylindrical-coordinate representation of color #5C6861: hue angle of 145º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5C6861 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB9210497-
CMYK0.1200.070.59
HSL145º6.12%38.43%-
HSV(B)145º11.54%40.78%-
XYZ11.5213.0413.22-
YUV99.61126.52122.57-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 31.40%
GREEN value IS 104 (41.02% from 255) = 35.49%
BLUE value IS 97 (38.28% from 255) = 33.11%
R=31.40%
G=35.49%
B=33.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal92104970.1200.070.591456.1238.43
Hex5C6861C073B91626
Octal134150141140773221646
Binary1011100110100011000011100011111101110010001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,104,97); }

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

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

 a { background-color: rgb(92,104,97); }

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

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

 span { border-color: rgb(92,104,97); }

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