#698D86

Color #698D86 Gumbo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gumbo #698D86

Tints of Gumbo #698D86

Color information

#698D86 (or 0x698D86) is unknown color: approx Gumbo. HEX triplet: 69, 8D and 86. RGB value is (105,141,134). Sum of RGB (Red+Green+Blue) = 105+141+134=380 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.63% from 380); Green value is 141 (55.47% from 255 or 37.11% from 380); Blue value is 134 (52.73% from 255 or 35.26% from 380); Max value from RGB is 141 - color contains mainly: green. Hex color #698D86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698D86 is #967279. Grayscale: #818181. Windows color (decimal): -9859706 or 8818025. OLE color: 8818025.

HSL color Cylindrical-coordinate representation of color #698D86: hue angle of 168.33º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #698D86 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.

Color convert

RGB105141134-
CMYK0.2600.050.45
HSL168.33º14.63%48.24%-
HSV(B)168.33º25.53%55.29%-
XYZ19.6523.7726.11-
YUV129.44130.57110.57-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.63%
GREEN value IS 141 (55.47% from 255) = 37.11%
BLUE value IS 134 (52.73% from 255) = 35.26%
R=27.63%
G=37.11%
B=35.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1051411340.2600.050.45168.3314.6348.24
Hex698D861A052Da8f30
Octal1512152063205552501760
Binary11010011000110110000110110100101101101101010001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698D86; }

 p { color: rgb(105,141,134); }

 H1.HeaderClassName
 {
   color: #698D86;
 }
 .AnyTagClassName
 {
   color: #698D86;
 }
</style>
background-color css

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

 a { background-color: rgb(105,141,134); }

 div.DivClassName
 {
   background-color: #698D86;
 }
 .BgClassName
 {
   background-color: #698D86;
 }
</style>
border-color css

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

 span { border-color: rgb(105,141,134); }

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