Html Css Color HEX #616962 Mineral Green

📋 copy color: '#616962'

red 97 ◦ green 105 ◦ blue 98

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

Shades of Mineral Green #616962

Tints of Mineral Green #616962

RGB

 RED value IS 97 (38.28% from 255) = 32.33%

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

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

R = 32.33%
G = 35%
B = 32.67%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#616962 (or 0x616962) is known color: Mineral Green. HEX triplet: 61, 69 and 62. RGB value is (97,105,98). Sum of RGB (Red+Green+Blue) = 97+105+98=300 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.33% from 300); Green value is 105 (41.41% from 255 or 35% from 300); Blue value is 98 (38.67% from 255 or 32.67% from 300); Max value from RGB is 105 - color contains mainly: green. Hex color #616962 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616962 is #9E969D. Grayscale: #656565. Windows color (decimal): -10393246 or 6449505. OLE color: 6449505.

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

Color convert

RGB 97 105 98 -
CMYK 0.08 0 0.07 0.59
HSL 127.5º 0.04% 0.4% -
HSV(B) 127.5º 0.08% 0.41% -
XYZ 12.19 13.53 13.52 -
YUV 101.81 125.85 124.57 -
System Red Green Blue C M Y K H S L
Decimal 97 105 98 0.08 0 0.07 0.59 127.5 0.04 0.4
Hex 61 69 62 8 0 7 3B 80 4 28
Octal 141 151 142 10 0 7 73 200 4 50
Binary 1100001 1101001 1100010 1000 0 111 111011 10000000 100 101000

Color Harmonies of #616962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616962

Black with #616962

Text Example


Text Example

White with #616962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616962; }

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

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

background-color css

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

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

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

border-color css

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

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

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