Html Css Color HEX #606A61 Mineral Green

📋 copy color: '#606A61'

red 96 ◦ green 106 ◦ blue 97

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

Shades of Mineral Green #606A61

Tints of Mineral Green #606A61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 32.44%

R = 32.11%
G = 35.45%
B = 32.44%

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

#606A61 (or 0x606A61) is known color: Mineral Green. HEX triplet: 60, 6A and 61. RGB value is (96,106,97). Sum of RGB (Red+Green+Blue) = 96+106+97=299 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.11% from 299); Green value is 106 (41.80% from 255 or 35.45% from 299); Blue value is 97 (38.28% from 255 or 32.44% from 299); Max value from RGB is 106 - color contains mainly: green. Hex color #606A61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606A61 is #9F959E. Grayscale: #666666. Windows color (decimal): -10458527 or 6384224. OLE color: 6384224.

HSL color Cylindrical-coordinate representation of color #606A61: hue angle of 126º 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 #606A61 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB 96 106 97 -
CMYK 0.09 0 0.08 0.58
HSL 126º 0.05% 0.4% -
HSV(B) 126º 0.09% 0.42% -
XYZ 12.14 13.66 13.31 -
YUV 101.98 125.19 123.73 -
System Red Green Blue C M Y K H S L
Decimal 96 106 97 0.09 0 0.08 0.58 126 0.05 0.4
Hex 60 6A 61 9 0 8 3A 7E 5 28
Octal 140 152 141 11 0 10 72 176 5 50
Binary 1100000 1101010 1100001 1001 0 1000 111010 1111110 101 101000

Color Harmonies of #606A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606A61

Black with #606A61

Text Example


Text Example

White with #606A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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