#606762

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

Shades of Mineral Green #606762

Tints of Mineral Green #606762

Color information

#606762 (or 0x606762) is unknown color: approx Mineral Green. HEX triplet: 60, 67 and 62. RGB value is (96,103,98). Sum of RGB (Red+Green+Blue) = 96+103+98=297 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.32% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 98 (38.67% from 255 or 33.00% from 297); Max value from RGB is 103 - color contains mainly: green. Hex color #606762 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606762 is #9F989D. Grayscale: #646464. Windows color (decimal): -10459294 or 6448992. OLE color: 6448992.

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

Color convert

RGB9610398-
CMYK0.0700.050.60
HSL137.14º3.52%39.02%-
HSV(B)137.14º6.8%40.39%-
XYZ11.8813.0713.45-
YUV100.34126.68124.91-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.32%
GREEN value IS 103 (40.62% from 255) = 34.68%
BLUE value IS 98 (38.67% from 255) = 33.00%
R=32.32%
G=34.68%
B=33.00%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal96103980.0700.050.60137.143.5239.02
Hex6067627053C89427
Octal14014714270574211447
Binary110000011001111100010111010111110010001001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606762; }

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

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

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

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

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

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

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

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