#606D62

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

Shades of Mineral Green #606D62

Tints of Mineral Green #606D62

Color information

#606D62 (or 0x606D62) is unknown color: approx Mineral Green. HEX triplet: 60, 6D and 62. RGB value is (96,109,98). Sum of RGB (Red+Green+Blue) = 96+109+98=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 109 (42.97% from 255 or 35.97% from 303); Blue value is 98 (38.67% from 255 or 32.34% from 303); Max value from RGB is 109 - color contains mainly: green. Hex color #606D62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606D62 is #9F929D. Grayscale: #676767. Windows color (decimal): -10457758 or 6450528. OLE color: 6450528.

HSL color Cylindrical-coordinate representation of color #606D62: hue angle of 129.23º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #606D62 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.57.

Color convert

RGB9610998-
CMYK0.1200.100.57
HSL129.23º6.34%40.2%-
HSV(B)129.23º11.93%42.75%-
XYZ12.514.3113.66-
YUV103.86124.69122.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.68%
GREEN value IS 109 (42.97% from 255) = 35.97%
BLUE value IS 98 (38.67% from 255) = 32.34%
R=31.68%
G=35.97%
B=32.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal96109980.1200.100.57129.236.3440.2
Hex606D62C0A3981628
Octal1401551421401271201650
Binary11000001101101110001011000101011100110000001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606D62; }

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

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

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

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

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

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

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

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