Html Css Color HEX #616F53 Willow Grove

📋 copy color: '#616F53'

red 97 ◦ green 111 ◦ blue 83

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

Shades of Willow Grove #616F53

Tints of Willow Grove #616F53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 28.52%

R = 33.33%
G = 38.14%
B = 28.52%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#616F53 (or 0x616F53) is known color: Willow Grove. HEX triplet: 61, 6F and 53. RGB value is (97,111,83). Sum of RGB (Red+Green+Blue) = 97+111+83=291 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.33% from 291); Green value is 111 (43.75% from 255 or 38.14% from 291); Blue value is 83 (32.81% from 255 or 28.52% from 291); Max value from RGB is 111 - color contains mainly: green. Hex color #616F53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616F53 is #9E90AC. Grayscale: #676767. Windows color (decimal): -10391725 or 5468001. OLE color: 5468001.

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

Color convert

RGB 97 111 83 -
CMYK 0.13 0 0.25 0.56
HSL 90º 0.14% 0.38% -
HSV(B) 90º 0.25% 0.44% -
XYZ 12.18 14.53 10.35 -
YUV 103.62 116.36 123.28 -
System Red Green Blue C M Y K H S L
Decimal 97 111 83 0.13 0 0.25 0.56 90 0.14 0.38
Hex 61 6F 53 D 0 19 38 5A E 26
Octal 141 157 123 15 0 31 70 132 16 46
Binary 1100001 1101111 1010011 1101 0 11001 111000 1011010 1110 100110

Color Harmonies of #616F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616F53

Black with #616F53

Text Example


Text Example

White with #616F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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