#606961

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

Shades of Mineral Green #606961

Tints of Mineral Green #606961

Color information

#606961 (or 0x606961) is unknown color: approx Mineral Green. HEX triplet: 60, 69 and 61. RGB value is (96,105,97). Sum of RGB (Red+Green+Blue) = 96+105+97=298 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.21% from 298); Green value is 105 (41.41% from 255 or 35.23% from 298); Blue value is 97 (38.28% from 255 or 32.55% from 298); Max value from RGB is 105 - color contains mainly: green. Hex color #606961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606961 is #9F969E. Grayscale: #656565. Windows color (decimal): -10458783 or 6383968. OLE color: 6383968.

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

Color convert

RGB9610597-
CMYK0.0900.080.59
HSL126.67º4.48%39.41%-
HSV(B)126.67º8.57%41.18%-
XYZ12.0313.4513.27-
YUV101.4125.52124.15-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.21%
GREEN value IS 105 (41.41% from 255) = 35.23%
BLUE value IS 97 (38.28% from 255) = 32.55%
R=32.21%
G=35.23%
B=32.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal96105970.0900.080.59126.674.4839.41
Hex6069619083B7f427
Octal1401511411101073177447
Binary1100000110100111000011001010001110111111111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606961; }

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

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

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

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

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

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

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

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