#616462

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

Shades of Mineral Green #616462

Tints of Mineral Green #616462

Color information

#616462 (or 0x616462) is unknown color: approx Mineral Green. HEX triplet: 61, 64 and 62. RGB value is (97,100,98). Sum of RGB (Red+Green+Blue) = 97+100+98=295 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.88% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 98 (38.67% from 255 or 33.22% from 295); Max value from RGB is 100 - color contains mainly: green. Hex color #616462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616462 is #9E9B9D. Grayscale: #626262. Windows color (decimal): -10394526 or 6448225. OLE color: 6448225.

HSL color Cylindrical-coordinate representation of color #616462: hue angle of 140º degrees, saturation: 0.02, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #616462 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.61.

Color convert

RGB9710098-
CMYK0.0300.020.61
HSL140º1.52%38.63%-
HSV(B)140º3%39.22%-
XYZ11.6912.5413.36-
YUV98.88127.51126.66-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.88%
GREEN value IS 100 (39.45% from 255) = 33.90%
BLUE value IS 98 (38.67% from 255) = 33.22%
R=32.88%
G=33.90%
B=33.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal97100980.0300.020.611401.5238.63
Hex6164623023D8c227
Octal14114414230275214247
Binary110000111001001100010110101111011000110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616462; }

 p { color: rgb(97,100,98); }

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

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

 a { background-color: rgb(97,100,98); }

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

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

 span { border-color: rgb(97,100,98); }

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