#5A6F5F

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

Shades of Mineral Green #5A6F5F

Tints of Mineral Green #5A6F5F

Color information

#5A6F5F (or 0x5A6F5F) is unknown color: approx 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

RGB9011195-
CMYK0.1900.140.56
HSL134.29º10.45%39.41%-
HSV(B)134.29º18.92%43.53%-
XYZ11.9714.3712.97-
YUV102.9123.54118.8-

RGB Variations

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

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 (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal90111950.1900.140.56134.2910.4539.41
Hex5A6F5F130E3886a27
Octal13215713723016702061247
Binary1011010110111110111111001101110111000100001101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>