#607062

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

Shades of Mineral Green #607062

Tints of Mineral Green #607062

Color information

#607062 (or 0x607062) is unknown color: approx Mineral Green. HEX triplet: 60, 70 and 62. RGB value is (96,112,98). Sum of RGB (Red+Green+Blue) = 96+112+98=306 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.37% from 306); Green value is 112 (44.14% from 255 or 36.60% from 306); Blue value is 98 (38.67% from 255 or 32.03% from 306); Max value from RGB is 112 - color contains mainly: green. Hex color #607062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607062 is #9F8F9D. Grayscale: #696969. Windows color (decimal): -10456990 or 6451296. OLE color: 6451296.

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

Color convert

RGB9611298-
CMYK0.1400.130.56
HSL127.5º7.69%40.78%-
HSV(B)127.5º14.29%43.92%-
XYZ12.8214.9613.77-
YUV105.62123.7121.14-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.37%
GREEN value IS 112 (44.14% from 255) = 36.60%
BLUE value IS 98 (38.67% from 255) = 32.03%
R=31.37%
G=36.60%
B=32.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96112980.1400.130.56127.57.6940.78
Hex607062E0D387f829
Octal14016014216015701771051
Binary11000001110000110001011100110111100011111111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607062; }

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

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

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

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

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

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

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

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