Html Css Color HEX #616A58 Willow Grove

📋 copy color: '#616A58'

red 97 ◦ green 106 ◦ blue 88

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

Shades of Willow Grove #616A58

Tints of Willow Grove #616A58

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.43%

 BLUE value IS 88 (34.77% from 255) = 30.24%

R = 33.33%
G = 36.43%
B = 30.24%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.17

 K value IS 0.58

RGB Variations

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

Color information

#616A58 (or 0x616A58) is known color: Willow Grove. HEX triplet: 61, 6A and 58. RGB value is (97,106,88). Sum of RGB (Red+Green+Blue) = 97+106+88=291 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.33% from 291); Green value is 106 (41.80% from 255 or 36.43% from 291); Blue value is 88 (34.77% from 255 or 30.24% from 291); Max value from RGB is 106 - color contains mainly: green. Hex color #616A58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616A58 is #9E95A7. Grayscale: #656565. Windows color (decimal): -10393000 or 5794401. OLE color: 5794401.

HSL color Cylindrical-coordinate representation of color #616A58: hue angle of 90º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #616A58 is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.58.

Color convert

RGB 97 106 88 -
CMYK 0.08 0 0.17 0.58
HSL 90º 0.09% 0.38% -
HSV(B) 90º 0.17% 0.42% -
XYZ 11.85 13.55 11.22 -
YUV 101.26 120.52 124.96 -
System Red Green Blue C M Y K H S L
Decimal 97 106 88 0.08 0 0.17 0.58 90 0.09 0.38
Hex 61 6A 58 8 0 11 3A 5A 9 26
Octal 141 152 130 10 0 21 72 132 11 46
Binary 1100001 1101010 1011000 1000 0 10001 111010 1011010 1001 100110

Color Harmonies of #616A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616A58

Black with #616A58

Text Example


Text Example

White with #616A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,106,88); }

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

background-color css

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

 a { background-color: rgb(97,106,88); }

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

border-color css

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

 span { border-color: rgb(97,106,88); }

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