Html Css Color HEX #616963 Mineral Green

📋 copy color: '#616963'

red 97 ◦ green 105 ◦ blue 99

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

Shades of Mineral Green #616963

Tints of Mineral Green #616963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 32.89%

R = 32.23%
G = 34.88%
B = 32.89%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#616963 (or 0x616963) is known color: Mineral Green. HEX triplet: 61, 69 and 63. RGB value is (97,105,99). Sum of RGB (Red+Green+Blue) = 97+105+99=301 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.23% from 301); Green value is 105 (41.41% from 255 or 34.88% from 301); Blue value is 99 (39.06% from 255 or 32.89% from 301); Max value from RGB is 105 - color contains mainly: green. Hex color #616963 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616963 is #9E969C. Grayscale: #656565. Windows color (decimal): -10393245 or 6515041. OLE color: 6515041.

HSL color Cylindrical-coordinate representation of color #616963: hue angle of 135º 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 #616963 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB 97 105 99 -
CMYK 0.08 0 0.06 0.59
HSL 135º 0.04% 0.4% -
HSV(B) 135º 0.08% 0.41% -
XYZ 12.23 13.55 13.77 -
YUV 101.92 126.35 124.49 -
System Red Green Blue C M Y K H S L
Decimal 97 105 99 0.08 0 0.06 0.59 135 0.04 0.4
Hex 61 69 63 8 0 6 3B 87 4 28
Octal 141 151 143 10 0 6 73 207 4 50
Binary 1100001 1101001 1100011 1000 0 110 111011 10000111 100 101000

Color Harmonies of #616963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616963

Black with #616963

Text Example


Text Example

White with #616963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616963; }

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

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

background-color css

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

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

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

border-color css

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

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

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