#607162

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

Shades of Mineral Green #607162

Tints of Mineral Green #607162

Color information

#607162 (or 0x607162) is unknown color: approx Mineral Green. HEX triplet: 60, 71 and 62. RGB value is (96,113,98). Sum of RGB (Red+Green+Blue) = 96+113+98=307 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.27% from 307); Green value is 113 (44.53% from 255 or 36.81% from 307); Blue value is 98 (38.67% from 255 or 31.92% from 307); Max value from RGB is 113 - color contains mainly: green. Hex color #607162 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607162 is #9F8E9D. Grayscale: #6A6A6A. Windows color (decimal): -10456734 or 6451552. OLE color: 6451552.

HSL color Cylindrical-coordinate representation of color #607162: hue angle of 127.06º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #607162 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB9611398-
CMYK0.1500.130.56
HSL127.06º8.13%40.98%-
HSV(B)127.06º15.04%44.31%-
XYZ12.9315.1813.8-
YUV106.21123.37120.72-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.27%
GREEN value IS 113 (44.53% from 255) = 36.81%
BLUE value IS 98 (38.67% from 255) = 31.92%
R=31.27%
G=36.81%
B=31.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96113980.1500.130.56127.068.1340.98
Hex607162F0D387f829
Octal14016114217015701771051
Binary11000001110001110001011110110111100011111111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607162; }

 p { color: rgb(96,113,98); }

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

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

 a { background-color: rgb(96,113,98); }

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

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

 span { border-color: rgb(96,113,98); }

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