#606A61

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

Shades of Mineral Green #606A61

Tints of Mineral Green #606A61

Color information

#606A61 (or 0x606A61) is unknown color: approx Mineral Green. HEX triplet: 60, 6A and 61. RGB value is (96,106,97). Sum of RGB (Red+Green+Blue) = 96+106+97=299 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.11% from 299); Green value is 106 (41.80% from 255 or 35.45% from 299); Blue value is 97 (38.28% from 255 or 32.44% from 299); Max value from RGB is 106 - color contains mainly: green. Hex color #606A61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606A61 is #9F959E. Grayscale: #666666. Windows color (decimal): -10458527 or 6384224. OLE color: 6384224.

HSL color Cylindrical-coordinate representation of color #606A61: hue angle of 126º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #606A61 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB9610697-
CMYK0.0900.080.58
HSL126º4.95%39.61%-
HSV(B)126º9.43%41.57%-
XYZ12.1413.6613.31-
YUV101.98125.19123.73-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.11%
GREEN value IS 106 (41.80% from 255) = 35.45%
BLUE value IS 97 (38.28% from 255) = 32.44%
R=32.11%
G=35.45%
B=32.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal96106970.0900.080.581264.9539.61
Hex606A619083A7e528
Octal1401521411101072176550
Binary1100000110101011000011001010001110101111110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,106,97); }

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

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

 a { background-color: rgb(96,106,97); }

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

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

 span { border-color: rgb(96,106,97); }

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