#678481

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

Shades of Gumbo #678481

Tints of Gumbo #678481

Color information

#678481 (or 0x678481) is unknown color: approx Gumbo. HEX triplet: 67, 84 and 81. RGB value is (103,132,129). Sum of RGB (Red+Green+Blue) = 103+132+129=364 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.30% from 364); Green value is 132 (51.95% from 255 or 36.26% from 364); Blue value is 129 (50.78% from 255 or 35.44% from 364); Max value from RGB is 132 - color contains mainly: green. Hex color #678481 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678481 is #987B7E. Grayscale: #7A7A7A. Windows color (decimal): -9993087 or 8488039. OLE color: 8488039.

HSL color Cylindrical-coordinate representation of color #678481: hue angle of 173.79º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #678481 is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB103132129-
CMYK0.2200.020.48
HSL173.79º12.34%46.08%-
HSV(B)173.79º21.97%51.76%-
XYZ17.8120.9723.88-
YUV122.99131.39113.74-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.30%
GREEN value IS 132 (51.95% from 255) = 36.26%
BLUE value IS 129 (50.78% from 255) = 35.44%
R=28.30%
G=36.26%
B=35.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1031321290.2200.020.48173.7912.3446.08
Hex678481160230aec2e
Octal1472042012602602561456
Binary1100111100001001000000110110010110000101011101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678481; }

 p { color: rgb(103,132,129); }

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

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

 a { background-color: rgb(103,132,129); }

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

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

 span { border-color: rgb(103,132,129); }

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