Html Css Color HEX #616562 Mineral Green

📋 copy color: '#616562'

red 97 ◦ green 101 ◦ blue 98

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

Shades of Mineral Green #616562

Tints of Mineral Green #616562

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.12%

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

R = 32.77%
G = 34.12%
B = 33.11%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.03

 K value IS 0.60

RGB Variations

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

Color information

#616562 (or 0x616562) is known color: Mineral Green. HEX triplet: 61, 65 and 62. RGB value is (97,101,98). Sum of RGB (Red+Green+Blue) = 97+101+98=296 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.77% from 296); Green value is 101 (39.84% from 255 or 34.12% from 296); Blue value is 98 (38.67% from 255 or 33.11% from 296); Max value from RGB is 101 - color contains mainly: green. Hex color #616562 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616562 is #9E9A9D. Grayscale: #636363. Windows color (decimal): -10394270 or 6448481. OLE color: 6448481.

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

Color convert

RGB 97 101 98 -
CMYK 0.04 0 0.03 0.60
HSL 135º 0.02% 0.39% -
HSV(B) 135º 0.04% 0.4% -
XYZ 11.79 12.73 13.39 -
YUV 99.46 127.17 126.24 -
System Red Green Blue C M Y K H S L
Decimal 97 101 98 0.04 0 0.03 0.60 135 0.02 0.39
Hex 61 65 62 4 0 3 3C 87 2 27
Octal 141 145 142 4 0 3 74 207 2 47
Binary 1100001 1100101 1100010 100 0 11 111100 10000111 10 100111

Color Harmonies of #616562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616562

Black with #616562

Text Example


Text Example

White with #616562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616562; }

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

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

background-color css

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

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

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

border-color css

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

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

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