Html Css Color HEX #606961 Mineral Green

📋 copy color: '#606961'

red 96 ◦ green 105 ◦ blue 97

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

Shades of Mineral Green #606961

Tints of Mineral Green #606961

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.23%

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

R = 32.21%
G = 35.23%
B = 32.55%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#606961 (or 0x606961) is known color: Mineral Green. HEX triplet: 60, 69 and 61. RGB value is (96,105,97). Sum of RGB (Red+Green+Blue) = 96+105+97=298 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.21% from 298); Green value is 105 (41.41% from 255 or 35.23% from 298); Blue value is 97 (38.28% from 255 or 32.55% from 298); Max value from RGB is 105 - color contains mainly: green. Hex color #606961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606961 is #9F969E. Grayscale: #656565. Windows color (decimal): -10458783 or 6383968. OLE color: 6383968.

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

Color convert

RGB 96 105 97 -
CMYK 0.09 0 0.08 0.59
HSL 126.67º 0.04% 0.39% -
HSV(B) 126.67º 0.09% 0.41% -
XYZ 12.03 13.45 13.27 -
YUV 101.4 125.52 124.15 -
System Red Green Blue C M Y K H S L
Decimal 96 105 97 0.09 0 0.08 0.59 126.67 0.04 0.39
Hex 60 69 61 9 0 8 3B 7F 4 27
Octal 140 151 141 11 0 10 73 177 4 47
Binary 1100000 1101001 1100001 1001 0 1000 111011 1111111 100 100111

Color Harmonies of #606961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606961

Black with #606961

Text Example


Text Example

White with #606961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606961; }

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

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

background-color css

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

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

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

border-color css

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

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

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