Html Css Color HEX #688E87 Gumbo

📋 copy color: '#688E87'

red 104 ◦ green 142 ◦ blue 135

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

Shades of Gumbo #688E87

Tints of Gumbo #688E87

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.27%

 BLUE value IS 135 (53.13% from 255) = 35.43%

R = 27.3%
G = 37.27%
B = 35.43%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.05

 K value IS 0.44

RGB Variations

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

Color information

#688E87 (or 0x688E87) is known color: Gumbo. HEX triplet: 68, 8E and 87. RGB value is (104,142,135). Sum of RGB (Red+Green+Blue) = 104+142+135=381 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.30% from 381); Green value is 142 (55.86% from 255 or 37.27% from 381); Blue value is 135 (53.12% from 255 or 35.43% from 381); Max value from RGB is 142 - color contains mainly: green. Hex color #688E87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688E87 is #977178. Grayscale: #818181. Windows color (decimal): -9924985 or 8883816. OLE color: 8883816.

HSL color Cylindrical-coordinate representation of color #688E87: hue angle of 168.95º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #688E87 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 142 135 -
CMYK 0.27 0 0.05 0.44
HSL 168.95º 0.15% 0.48% -
HSV(B) 168.95º 0.27% 0.56% -
XYZ 19.76 24.04 26.52 -
YUV 129.84 130.91 109.57 -
System Red Green Blue C M Y K H S L
Decimal 104 142 135 0.27 0 0.05 0.44 168.95 0.15 0.48
Hex 68 8E 87 1B 0 5 2C A9 F 30
Octal 150 216 207 33 0 5 54 251 17 60
Binary 1101000 10001110 10000111 11011 0 101 101100 10101001 1111 110000

Color Harmonies of #688E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688E87

Black with #688E87

Text Example


Text Example

White with #688E87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,142,135); }

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

background-color css

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

 a { background-color: rgb(104,142,135); }

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

border-color css

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

 span { border-color: rgb(104,142,135); }

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