#698781

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

Shades of Gumbo #698781

Tints of Gumbo #698781

Color information

#698781 (or 0x698781) is unknown color: approx Gumbo. HEX triplet: 69, 87 and 81. RGB value is (105,135,129). Sum of RGB (Red+Green+Blue) = 105+135+129=369 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.46% from 369); Green value is 135 (53.12% from 255 or 36.59% from 369); Blue value is 129 (50.78% from 255 or 34.96% from 369); Max value from RGB is 135 - color contains mainly: green. Hex color #698781 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698781 is #96787E. Grayscale: #7D7D7D. Windows color (decimal): -9861247 or 8488809. OLE color: 8488809.

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

Color convert

RGB105135129-
CMYK0.2200.040.47
HSL168º12.5%47.06%-
HSV(B)168º22.22%52.94%-
XYZ18.4521.9224.03-
YUV125.35130.06113.49-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.46%
GREEN value IS 135 (53.12% from 255) = 36.59%
BLUE value IS 129 (50.78% from 255) = 34.96%
R=28.46%
G=36.59%
B=34.96%

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
Decimal1051351290.2200.040.4716812.547.06
Hex69878116042Fa8d2f
Octal1512072012604572501557
Binary11010011000011110000001101100100101111101010001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698781; }

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

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

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

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

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

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

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

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