Html Css Color HEX #5A6F5F Mineral Green

📋 copy color: '#5A6F5F'

red 90 ◦ green 111 ◦ blue 95

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

Shades of Mineral Green #5A6F5F

Tints of Mineral Green #5A6F5F

RGB

 RED value IS 90 (35.55% from 255) = 30.41%

 GREEN value IS 111 (43.75% from 255) = 37.5%

 BLUE value IS 95 (37.5% from 255) = 32.09%

R = 30.41%
G = 37.5%
B = 32.09%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#5A6F5F (or 0x5A6F5F) is known color: Mineral Green. HEX triplet: 5A, 6F and 5F. RGB value is (90,111,95). Sum of RGB (Red+Green+Blue) = 90+111+95=296 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.41% from 296); Green value is 111 (43.75% from 255 or 37.5% from 296); Blue value is 95 (37.5% from 255 or 32.09% from 296); Max value from RGB is 111 - color contains mainly: green. Hex color #5A6F5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6F5F is #A590A0. Grayscale: #666666. Windows color (decimal): -10850465 or 6254426. OLE color: 6254426.

HSL color Cylindrical-coordinate representation of color #5A6F5F: hue angle of 134.29º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5A6F5F is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 90 111 95 -
CMYK 0.19 0 0.14 0.56
HSL 134.29º 0.1% 0.39% -
HSV(B) 134.29º 0.19% 0.44% -
XYZ 11.97 14.37 12.97 -
YUV 102.9 123.54 118.8 -
System Red Green Blue C M Y K H S L
Decimal 90 111 95 0.19 0 0.14 0.56 134.29 0.1 0.39
Hex 5A 6F 5F 13 0 E 38 86 A 27
Octal 132 157 137 23 0 16 70 206 12 47
Binary 1011010 1101111 1011111 10011 0 1110 111000 10000110 1010 100111

Color Harmonies of #5A6F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6F5F

Black with #5A6F5F

Text Example


Text Example

White with #5A6F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,111,95); }

 H1.HeaderClassName
 {
   color: #5A6F5F;
 }
 .AnyTagClassName
 {
   color: #5A6F5F;
 }
</style>

background-color css

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

 a { background-color: rgb(90,111,95); }

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

border-color css

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

 span { border-color: rgb(90,111,95); }

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