Html Css Color HEX #58695A Mineral Green

📋 copy color: '#58695A'

red 88 ◦ green 105 ◦ blue 90

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

Shades of Mineral Green #58695A

Tints of Mineral Green #58695A

RGB

 RED value IS 88 (34.77% from 255) = 31.1%

 GREEN value IS 105 (41.41% from 255) = 37.1%

 BLUE value IS 90 (35.55% from 255) = 31.8%

R = 31.1%
G = 37.1%
B = 31.8%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.59

RGB Variations

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

Color information

#58695A (or 0x58695A) is known color: 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

RGB 88 105 90 -
CMYK 0.16 0 0.14 0.59
HSL 127.06º 0.09% 0.38% -
HSV(B) 127.06º 0.16% 0.41% -
XYZ 10.92 12.92 11.59 -
YUV 98.21 123.37 120.72 -
System Red Green Blue C M Y K H S L
Decimal 88 105 90 0.16 0 0.14 0.59 127.06 0.09 0.38
Hex 58 69 5A 10 0 E 3B 7F 9 26
Octal 130 151 132 20 0 16 73 177 11 46
Binary 1011000 1101001 1011010 10000 0 1110 111011 1111111 1001 100110

Color Harmonies of #58695A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58695A

Black with #58695A

Text Example


Text Example

White with #58695A

Text Example


Text Example

HTML Codes & Css Web 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>