Html Css Color HEX #606E62 Mineral Green

📋 copy color: '#606E62'

red 96 ◦ green 110 ◦ blue 98

#606E62
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mineral Green #606E62

Tints of Mineral Green #606E62

RGB

 RED value IS 96 (37.89% from 255) = 31.58%

 GREEN value IS 110 (43.36% from 255) = 36.18%

 BLUE value IS 98 (38.67% from 255) = 32.24%

R = 31.58%
G = 36.18%
B = 32.24%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.11

 K value IS 0.57

RGB Variations

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

Color information

#606E62 (or 0x606E62) is known color: Mineral Green. HEX triplet: 60, 6E and 62. RGB value is (96,110,98). Sum of RGB (Red+Green+Blue) = 96+110+98=304 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.58% from 304); Green value is 110 (43.36% from 255 or 36.18% from 304); Blue value is 98 (38.67% from 255 or 32.24% from 304); Max value from RGB is 110 - color contains mainly: green. Hex color #606E62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606E62 is #9F919D. Grayscale: #686868. Windows color (decimal): -10457502 or 6450784. OLE color: 6450784.

HSL color Cylindrical-coordinate representation of color #606E62: hue angle of 128.57º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #606E62 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.57.

Color convert

RGB 96 110 98 -
CMYK 0.13 0 0.11 0.57
HSL 128.57º 0.07% 0.4% -
HSV(B) 128.57º 0.13% 0.43% -
XYZ 12.6 14.52 13.69 -
YUV 104.45 124.36 121.98 -
System Red Green Blue C M Y K H S L
Decimal 96 110 98 0.13 0 0.11 0.57 128.57 0.07 0.4
Hex 60 6E 62 D 0 B 39 81 7 28
Octal 140 156 142 15 0 13 71 201 7 50
Binary 1100000 1101110 1100010 1101 0 1011 111001 10000001 111 101000

Color Harmonies of #606E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606E62

Black with #606E62

Text Example


Text Example

White with #606E62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606E62; }

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

 H1.HeaderClassName
 {
   color: #606E62;
 }
 .AnyTagClassName
 {
   color: #606E62;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #606E62;
 }
 .BgClassName
 {
   background-color: #606E62;
 }
</style>

border-color css

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

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

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