#698782

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

Shades of Gumbo #698782

Tints of Gumbo #698782

Color information

#698782 (or 0x698782) is unknown color: approx Gumbo. HEX triplet: 69, 87 and 82. RGB value is (105,135,130). Sum of RGB (Red+Green+Blue) = 105+135+130=370 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.38% from 370); Green value is 135 (53.12% from 255 or 36.49% from 370); Blue value is 130 (51.17% from 255 or 35.14% from 370); Max value from RGB is 135 - color contains mainly: green. Hex color #698782 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698782 is #96787D. Grayscale: #7D7D7D. Windows color (decimal): -9861246 or 8554345. OLE color: 8554345.

HSL color Cylindrical-coordinate representation of color #698782: hue angle of 170º 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 #698782 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB105135130-
CMYK0.2200.040.47
HSL170º12.5%47.06%-
HSV(B)170º22.22%52.94%-
XYZ18.5221.9424.38-
YUV125.46130.56113.41-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.38%
GREEN value IS 135 (53.12% from 255) = 36.49%
BLUE value IS 130 (51.17% from 255) = 35.14%
R=28.38%
G=36.49%
B=35.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1051351300.2200.040.4717012.547.06
Hex69878216042Faad2f
Octal1512072022604572521557
Binary11010011000011110000010101100100101111101010101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698782; }

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

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

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

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

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

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

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

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