Html Css Color HEX #616F50 Willow Grove

📋 copy color: '#616F50'

red 97 ◦ green 111 ◦ blue 80

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

Shades of Willow Grove #616F50

Tints of Willow Grove #616F50

RGB

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

 GREEN value IS 111 (43.75% from 255) = 38.54%

 BLUE value IS 80 (31.64% from 255) = 27.78%

R = 33.68%
G = 38.54%
B = 27.78%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#616F50 (or 0x616F50) is known color: Willow Grove. HEX triplet: 61, 6F and 50. RGB value is (97,111,80). Sum of RGB (Red+Green+Blue) = 97+111+80=288 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.68% from 288); Green value is 111 (43.75% from 255 or 38.54% from 288); Blue value is 80 (31.64% from 255 or 27.78% from 288); Max value from RGB is 111 - color contains mainly: green. Hex color #616F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616F50 is #9E90AF. Grayscale: #676767. Windows color (decimal): -10391728 or 5271393. OLE color: 5271393.

HSL color Cylindrical-coordinate representation of color #616F50: hue angle of 87.1º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #616F50 is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB 97 111 80 -
CMYK 0.13 0 0.28 0.56
HSL 87.1º 0.16% 0.37% -
HSV(B) 87.1º 0.28% 0.44% -
XYZ 12.06 14.49 9.75 -
YUV 103.28 114.86 123.52 -
System Red Green Blue C M Y K H S L
Decimal 97 111 80 0.13 0 0.28 0.56 87.1 0.16 0.37
Hex 61 6F 50 D 0 1C 38 57 10 25
Octal 141 157 120 15 0 34 70 127 20 45
Binary 1100001 1101111 1010000 1101 0 11100 111000 1010111 10000 100101

Color Harmonies of #616F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616F50

Black with #616F50

Text Example


Text Example

White with #616F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616F50; }

 p { color: rgb(97,111,80); }

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

background-color css

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

 a { background-color: rgb(97,111,80); }

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

border-color css

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

 span { border-color: rgb(97,111,80); }

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