Html Css Color HEX #606461 Mineral Green

📋 copy color: '#606461'

red 96 ◦ green 100 ◦ blue 97

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

Shades of Mineral Green #606461

Tints of Mineral Green #606461

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.13%

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

R = 32.76%
G = 34.13%
B = 33.11%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#606461 (or 0x606461) is known color: Mineral Green. HEX triplet: 60, 64 and 61. RGB value is (96,100,97). Sum of RGB (Red+Green+Blue) = 96+100+97=293 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.76% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 97 (38.28% from 255 or 33.11% from 293); Max value from RGB is 100 - color contains mainly: green. Hex color #606461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606461 is #9F9B9E. Grayscale: #626262. Windows color (decimal): -10460063 or 6382688. OLE color: 6382688.

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

Color convert

RGB 96 100 97 -
CMYK 0.04 0 0.03 0.61
HSL 135º 0.02% 0.38% -
HSV(B) 135º 0.04% 0.39% -
XYZ 11.54 12.46 13.11 -
YUV 98.46 127.17 126.24 -
System Red Green Blue C M Y K H S L
Decimal 96 100 97 0.04 0 0.03 0.61 135 0.02 0.38
Hex 60 64 61 4 0 3 3D 87 2 26
Octal 140 144 141 4 0 3 75 207 2 46
Binary 1100000 1100100 1100001 100 0 11 111101 10000111 10 100110

Color Harmonies of #606461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606461

Black with #606461

Text Example


Text Example

White with #606461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606461; }

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

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

background-color css

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

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

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

border-color css

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

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

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