#606761

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

Shades of Mineral Green #606761

Tints of Mineral Green #606761

Color information

#606761 (or 0x606761) is unknown color: approx Mineral Green. HEX triplet: 60, 67 and 61. RGB value is (96,103,97). Sum of RGB (Red+Green+Blue) = 96+103+97=296 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.43% from 296); Green value is 103 (40.62% from 255 or 34.80% from 296); Blue value is 97 (38.28% from 255 or 32.77% from 296); Max value from RGB is 103 - color contains mainly: green. Hex color #606761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606761 is #9F989E. Grayscale: #646464. Windows color (decimal): -10459295 or 6383456. OLE color: 6383456.

HSL color Cylindrical-coordinate representation of color #606761: hue angle of 128.57º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #606761 is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.

Color convert

RGB9610397-
CMYK0.0700.060.60
HSL128.57º3.52%39.02%-
HSV(B)128.57º6.8%40.39%-
XYZ11.8313.0513.2-
YUV100.22126.18124.99-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.43%
GREEN value IS 103 (40.62% from 255) = 34.80%
BLUE value IS 97 (38.28% from 255) = 32.77%
R=32.43%
G=34.80%
B=32.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal96103970.0700.060.60128.573.5239.02
Hex6067617063C81427
Octal14014714170674201447
Binary110000011001111100001111011011110010000001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606761; }

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

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

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

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

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

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

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

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