Html Css Color HEX #688B85 Gumbo

📋 copy color: '#688B85'

red 104 ◦ green 139 ◦ blue 133

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

Shades of Gumbo #688B85

Tints of Gumbo #688B85

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.97%

 BLUE value IS 133 (52.34% from 255) = 35.37%

R = 27.66%
G = 36.97%
B = 35.37%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#688B85 (or 0x688B85) is known color: Gumbo. HEX triplet: 68, 8B and 85. RGB value is (104,139,133). Sum of RGB (Red+Green+Blue) = 104+139+133=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 139 (54.69% from 255 or 36.97% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 139 - color contains mainly: green. Hex color #688B85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688B85 is #97747A. Grayscale: #7F7F7F. Windows color (decimal): -9925755 or 8751976. OLE color: 8751976.

HSL color Cylindrical-coordinate representation of color #688B85: hue angle of 169.71º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #688B85 is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 139 133 -
CMYK 0.25 0 0.04 0.45
HSL 169.71º 0.14% 0.48% -
HSV(B) 169.71º 0.25% 0.55% -
XYZ 19.18 23.1 25.64 -
YUV 127.85 130.9 110.99 -
System Red Green Blue C M Y K H S L
Decimal 104 139 133 0.25 0 0.04 0.45 169.71 0.14 0.48
Hex 68 8B 85 19 0 4 2D AA E 30
Octal 150 213 205 31 0 4 55 252 16 60
Binary 1101000 10001011 10000101 11001 0 100 101101 10101010 1110 110000

Color Harmonies of #688B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688B85

Black with #688B85

Text Example


Text Example

White with #688B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688B85; }

 p { color: rgb(104,139,133); }

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

background-color css

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

 a { background-color: rgb(104,139,133); }

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

border-color css

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

 span { border-color: rgb(104,139,133); }

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