Html Css Color HEX #689790 Gumbo

📋 copy color: '#689790'

red 104 ◦ green 151 ◦ blue 144

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

Shades of Gumbo #689790

Tints of Gumbo #689790

RGB

 RED value IS 104 (41.02% from 255) = 26.07%

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

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

R = 26.07%
G = 37.84%
B = 36.09%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#689790 (or 0x689790) is known color: Gumbo. HEX triplet: 68, 97 and 90. RGB value is (104,151,144). Sum of RGB (Red+Green+Blue) = 104+151+144=399 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.07% from 399); Green value is 151 (59.38% from 255 or 37.84% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 151 - color contains mainly: green. Hex color #689790 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689790 is #97686F. Grayscale: #888888. Windows color (decimal): -9922672 or 9475944. OLE color: 9475944.

HSL color Cylindrical-coordinate representation of color #689790: hue angle of 171.06º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #689790 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 104 151 144 -
CMYK 0.31 0 0.05 0.41
HSL 171.06º 0.18% 0.5% -
HSV(B) 171.06º 0.31% 0.59% -
XYZ 21.81 27.09 30.46 -
YUV 136.15 132.43 105.07 -
System Red Green Blue C M Y K H S L
Decimal 104 151 144 0.31 0 0.05 0.41 171.06 0.18 0.5
Hex 68 97 90 1F 0 5 29 AB 12 32
Octal 150 227 220 37 0 5 51 253 22 62
Binary 1101000 10010111 10010000 11111 0 101 101001 10101011 10010 110010

Color Harmonies of #689790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689790

Black with #689790

Text Example


Text Example

White with #689790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689790; }

 p { color: rgb(104,151,144); }

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

background-color css

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

 a { background-color: rgb(104,151,144); }

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

border-color css

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

 span { border-color: rgb(104,151,144); }

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