#698982

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

Shades of Gumbo #698982

Tints of Gumbo #698982

Color information

#698982 (or 0x698982) is unknown color: approx Gumbo. HEX triplet: 69, 89 and 82. RGB value is (105,137,130). Sum of RGB (Red+Green+Blue) = 105+137+130=372 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.23% from 372); Green value is 137 (53.91% from 255 or 36.83% from 372); Blue value is 130 (51.17% from 255 or 34.95% from 372); Max value from RGB is 137 - color contains mainly: green. Hex color #698982 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698982 is #96767D. Grayscale: #7E7E7E. Windows color (decimal): -9860734 or 8554857. OLE color: 8554857.

HSL color Cylindrical-coordinate representation of color #698982: hue angle of 166.87º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #698982 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.

Color convert

RGB105137130-
CMYK0.2300.050.46
HSL166.87º13.22%47.45%-
HSV(B)166.87º23.36%53.73%-
XYZ18.822.5124.47-
YUV126.63129.9112.57-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.23%
GREEN value IS 137 (53.91% from 255) = 36.83%
BLUE value IS 130 (51.17% from 255) = 34.95%
R=28.23%
G=36.83%
B=34.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1051371300.2300.050.46166.8713.2247.45
Hex69898217052Ea7d2f
Octal1512112022705562471557
Binary11010011000100110000010101110101101110101001111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698982; }

 p { color: rgb(105,137,130); }

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

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

 a { background-color: rgb(105,137,130); }

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

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

 span { border-color: rgb(105,137,130); }

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