Html Css Color HEX #619791 Gumbo

📋 copy color: '#619791'

red 97 ◦ green 151 ◦ blue 145

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

Shades of Gumbo #619791

Tints of Gumbo #619791

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.42%

 BLUE value IS 145 (57.03% from 255) = 36.9%

R = 24.68%
G = 38.42%
B = 36.9%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#619791 (or 0x619791) is known color: Gumbo. HEX triplet: 61, 97 and 91. RGB value is (97,151,145). Sum of RGB (Red+Green+Blue) = 97+151+145=393 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.68% from 393); Green value is 151 (59.38% from 255 or 38.42% from 393); Blue value is 145 (57.03% from 255 or 36.90% from 393); Max value from RGB is 151 - color contains mainly: green. Hex color #619791 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619791 is #9E686E. Grayscale: #868686. Windows color (decimal): -10381423 or 9541473. OLE color: 9541473.

HSL color Cylindrical-coordinate representation of color #619791: hue angle of 173.33º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #619791 is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB 97 151 145 -
CMYK 0.36 0 0.04 0.41
HSL 173.33º 0.22% 0.49% -
HSV(B) 173.33º 0.36% 0.59% -
XYZ 21.11 26.72 30.83 -
YUV 134.17 134.11 101.49 -
System Red Green Blue C M Y K H S L
Decimal 97 151 145 0.36 0 0.04 0.41 173.33 0.22 0.49
Hex 61 97 91 24 0 4 29 AD 16 31
Octal 141 227 221 44 0 4 51 255 26 61
Binary 1100001 10010111 10010001 100100 0 100 101001 10101101 10110 110001

Color Harmonies of #619791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619791

Black with #619791

Text Example


Text Example

White with #619791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619791; }

 p { color: rgb(97,151,145); }

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

background-color css

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

 a { background-color: rgb(97,151,145); }

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

border-color css

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

 span { border-color: rgb(97,151,145); }

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