#606862

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

Shades of Mineral Green #606862

Tints of Mineral Green #606862

Color information

#606862 (or 0x606862) is unknown color: approx Mineral Green. HEX triplet: 60, 68 and 62. RGB value is (96,104,98). Sum of RGB (Red+Green+Blue) = 96+104+98=298 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.21% from 298); Green value is 104 (41.02% from 255 or 34.90% from 298); Blue value is 98 (38.67% from 255 or 32.89% from 298); Max value from RGB is 104 - color contains mainly: green. Hex color #606862 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606862 is #9F979D. Grayscale: #646464. Windows color (decimal): -10459038 or 6449248. OLE color: 6449248.

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

Color convert

RGB9610498-
CMYK0.0800.060.59
HSL135º4%39.22%-
HSV(B)135º7.69%40.78%-
XYZ11.9813.2713.49-
YUV100.92126.35124.49-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.21%
GREEN value IS 104 (41.02% from 255) = 34.90%
BLUE value IS 98 (38.67% from 255) = 32.89%
R=32.21%
G=34.90%
B=32.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal96104980.0800.060.59135439.22
Hex6068628063B87427
Octal140150142100673207447
Binary1100000110100011000101000011011101110000111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606862; }

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

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

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

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

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

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

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

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