Html Css Color HEX #619690 Gumbo

📋 copy color: '#619690'

red 97 ◦ green 150 ◦ blue 144

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

Shades of Gumbo #619690

Tints of Gumbo #619690

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.36%

 BLUE value IS 144 (56.64% from 255) = 36.83%

R = 24.81%
G = 38.36%
B = 36.83%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#619690 (or 0x619690) is known color: Gumbo. HEX triplet: 61, 96 and 90. RGB value is (97,150,144). Sum of RGB (Red+Green+Blue) = 97+150+144=391 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.81% from 391); Green value is 150 (58.98% from 255 or 38.36% from 391); Blue value is 144 (56.64% from 255 or 36.83% from 391); Max value from RGB is 150 - color contains mainly: green. Hex color #619690 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619690 is #9E696F. Grayscale: #858585. Windows color (decimal): -10381680 or 9475681. OLE color: 9475681.

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

Color convert

RGB 97 150 144 -
CMYK 0.35 0 0.04 0.41
HSL 173.21º 0.21% 0.48% -
HSV(B) 173.21º 0.35% 0.59% -
XYZ 20.87 26.37 30.38 -
YUV 133.47 133.94 101.99 -
System Red Green Blue C M Y K H S L
Decimal 97 150 144 0.35 0 0.04 0.41 173.21 0.21 0.48
Hex 61 96 90 23 0 4 29 AD 15 30
Octal 141 226 220 43 0 4 51 255 25 60
Binary 1100001 10010110 10010000 100011 0 100 101001 10101101 10101 110000

Color Harmonies of #619690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619690

Black with #619690

Text Example


Text Example

White with #619690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619690; }

 p { color: rgb(97,150,144); }

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

background-color css

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

 a { background-color: rgb(97,150,144); }

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

border-color css

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

 span { border-color: rgb(97,150,144); }

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