#616862

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

Shades of Mineral Green #616862

Tints of Mineral Green #616862

Color information

#616862 (or 0x616862) is unknown color: approx Mineral Green. HEX triplet: 61, 68 and 62. RGB value is (97,104,98). Sum of RGB (Red+Green+Blue) = 97+104+98=299 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.44% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 98 (38.67% from 255 or 32.78% from 299); Max value from RGB is 104 - color contains mainly: green. Hex color #616862 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616862 is #9E979D. Grayscale: #656565. Windows color (decimal): -10393502 or 6449249. OLE color: 6449249.

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

Color convert

RGB9710498-
CMYK0.0700.060.59
HSL128.57º3.48%39.41%-
HSV(B)128.57º6.73%40.78%-
XYZ12.0813.3213.49-
YUV101.22126.18124.99-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.44%
GREEN value IS 104 (41.02% from 255) = 34.78%
BLUE value IS 98 (38.67% from 255) = 32.78%
R=32.44%
G=34.78%
B=32.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal97104980.0700.060.59128.573.4839.41
Hex6168627063B81327
Octal14115014270673201347
Binary11000011101000110001011101101110111000000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616862; }

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

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

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

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

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

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

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

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