#606962

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

Shades of Mineral Green #606962

Tints of Mineral Green #606962

Color information

#606962 (or 0x606962) is unknown color: approx Mineral Green. HEX triplet: 60, 69 and 62. RGB value is (96,105,98). Sum of RGB (Red+Green+Blue) = 96+105+98=299 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.11% from 299); Green value is 105 (41.41% from 255 or 35.12% from 299); Blue value is 98 (38.67% from 255 or 32.78% from 299); Max value from RGB is 105 - color contains mainly: green. Hex color #606962 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606962 is #9F969D. Grayscale: #656565. Windows color (decimal): -10458782 or 6449504. OLE color: 6449504.

HSL color Cylindrical-coordinate representation of color #606962: hue angle of 133.33º 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 #606962 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB9610598-
CMYK0.0900.070.59
HSL133.33º4.48%39.41%-
HSV(B)133.33º8.57%41.18%-
XYZ12.0813.4713.52-
YUV101.51126.02124.07-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.11%
GREEN value IS 105 (41.41% from 255) = 35.12%
BLUE value IS 98 (38.67% from 255) = 32.78%
R=32.11%
G=35.12%
B=32.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal96105980.0900.070.59133.334.4839.41
Hex6069629073B85427
Octal140151142110773205447
Binary1100000110100111000101001011111101110000101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606962; }

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

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

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

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

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

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

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

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