Html Css Color HEX #606A62 Mineral Green

📋 copy color: '#606A62'

red 96 ◦ green 106 ◦ blue 98

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

Shades of Mineral Green #606A62

Tints of Mineral Green #606A62

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.33%

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

R = 32%
G = 35.33%
B = 32.67%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.08

 K value IS 0.58

RGB Variations

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

Color information

#606A62 (or 0x606A62) is known color: Mineral Green. HEX triplet: 60, 6A and 62. RGB value is (96,106,98). Sum of RGB (Red+Green+Blue) = 96+106+98=300 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32% from 300); Green value is 106 (41.80% from 255 or 35.33% from 300); Blue value is 98 (38.67% from 255 or 32.67% from 300); Max value from RGB is 106 - color contains mainly: green. Hex color #606A62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606A62 is #9F959D. Grayscale: #666666. Windows color (decimal): -10458526 or 6449760. OLE color: 6449760.

HSL color Cylindrical-coordinate representation of color #606A62: hue angle of 132º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #606A62 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB 96 106 98 -
CMYK 0.09 0 0.08 0.58
HSL 132º 0.05% 0.4% -
HSV(B) 132º 0.09% 0.42% -
XYZ 12.18 13.68 13.55 -
YUV 102.1 125.69 123.65 -
System Red Green Blue C M Y K H S L
Decimal 96 106 98 0.09 0 0.08 0.58 132 0.05 0.4
Hex 60 6A 62 9 0 8 3A 84 5 28
Octal 140 152 142 11 0 10 72 204 5 50
Binary 1100000 1101010 1100010 1001 0 1000 111010 10000100 101 101000

Color Harmonies of #606A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606A62

Black with #606A62

Text Example


Text Example

White with #606A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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