Html Css Color HEX #618682 Gumbo

📋 copy color: '#618682'

red 97 ◦ green 134 ◦ blue 130

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

Shades of Gumbo #618682

Tints of Gumbo #618682

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.12%

 BLUE value IS 130 (51.17% from 255) = 36.01%

R = 26.87%
G = 37.12%
B = 36.01%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#618682 (or 0x618682) is known color: Gumbo. HEX triplet: 61, 86 and 82. RGB value is (97,134,130). Sum of RGB (Red+Green+Blue) = 97+134+130=361 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.87% from 361); Green value is 134 (52.73% from 255 or 37.12% from 361); Blue value is 130 (51.17% from 255 or 36.01% from 361); Max value from RGB is 134 - color contains mainly: green. Hex color #618682 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618682 is #9E797D. Grayscale: #7A7A7A. Windows color (decimal): -10385790 or 8554081. OLE color: 8554081.

HSL color Cylindrical-coordinate representation of color #618682: hue angle of 173.51º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #618682 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB 97 134 130 -
CMYK 0.28 0 0.03 0.47
HSL 173.51º 0.16% 0.45% -
HSV(B) 173.51º 0.28% 0.53% -
XYZ 17.48 21.2 24.29 -
YUV 122.48 132.24 109.83 -
System Red Green Blue C M Y K H S L
Decimal 97 134 130 0.28 0 0.03 0.47 173.51 0.16 0.45
Hex 61 86 82 1C 0 3 2F AE 10 2D
Octal 141 206 202 34 0 3 57 256 20 55
Binary 1100001 10000110 10000010 11100 0 11 101111 10101110 10000 101101

Color Harmonies of #618682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618682

Black with #618682

Text Example


Text Example

White with #618682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618682; }

 p { color: rgb(97,134,130); }

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

background-color css

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

 a { background-color: rgb(97,134,130); }

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

border-color css

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

 span { border-color: rgb(97,134,130); }

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