Html Css Color HEX #688680 Gumbo

📋 copy color: '#688680'

red 104 ◦ green 134 ◦ blue 128

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

Shades of Gumbo #688680

Tints of Gumbo #688680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 34.97%

R = 28.42%
G = 36.61%
B = 34.97%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#688680 (or 0x688680) is known color: Gumbo. HEX triplet: 68, 86 and 80. RGB value is (104,134,128). Sum of RGB (Red+Green+Blue) = 104+134+128=366 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.42% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 134 - color contains mainly: green. Hex color #688680 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688680 is #97797F. Grayscale: #7C7C7C. Windows color (decimal): -9927040 or 8423016. OLE color: 8423016.

HSL color Cylindrical-coordinate representation of color #688680: hue angle of 168º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #688680 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 104 134 128 -
CMYK 0.22 0 0.04 0.47
HSL 168º 0.13% 0.47% -
HSV(B) 168º 0.22% 0.53% -
XYZ 18.13 21.55 23.63 -
YUV 124.35 130.06 113.49 -
System Red Green Blue C M Y K H S L
Decimal 104 134 128 0.22 0 0.04 0.47 168 0.13 0.47
Hex 68 86 80 16 0 4 2F A8 D 2F
Octal 150 206 200 26 0 4 57 250 15 57
Binary 1101000 10000110 10000000 10110 0 100 101111 10101000 1101 101111

Color Harmonies of #688680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688680

Black with #688680

Text Example


Text Example

White with #688680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688680; }

 p { color: rgb(104,134,128); }

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

background-color css

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

 a { background-color: rgb(104,134,128); }

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

border-color css

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

 span { border-color: rgb(104,134,128); }

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