#58695A

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

Shades of Mineral Green #58695A

Tints of Mineral Green #58695A

Color information

#58695A (or 0x58695A) is unknown color: approx Mineral Green. HEX triplet: 58, 69 and 5A. RGB value is (88,105,90). Sum of RGB (Red+Green+Blue) = 88+105+90=283 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.10% from 283); Green value is 105 (41.41% from 255 or 37.10% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 105 - color contains mainly: green. Hex color #58695A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58695A is #A796A5. Grayscale: #626262. Windows color (decimal): -10983078 or 5925208. OLE color: 5925208.

HSL color Cylindrical-coordinate representation of color #58695A: hue angle of 127.06º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #58695A is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB8810590-
CMYK0.1600.140.59
HSL127.06º8.81%37.84%-
HSV(B)127.06º16.19%41.18%-
XYZ10.9212.9211.59-
YUV98.21123.37120.72-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.10%
GREEN value IS 105 (41.41% from 255) = 37.10%
BLUE value IS 90 (35.55% from 255) = 31.80%
R=31.10%
G=37.10%
B=31.80%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal88105900.1600.140.59127.068.8137.84
Hex58695A100E3B7f926
Octal13015113220016731771146
Binary101100011010011011010100000111011101111111111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58695A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58695A; }

 p { color: rgb(88,105,90); }

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

<style>
 a { background-color: #58695A; }

 a { background-color: rgb(88,105,90); }

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

<style>
 span { border-color: #58695A; }

 span { border-color: rgb(88,105,90); }

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