#668782

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

Shades of Gumbo #668782

Tints of Gumbo #668782

Color information

#668782 (or 0x668782) is unknown color: approx Gumbo. HEX triplet: 66, 87 and 82. RGB value is (102,135,130). Sum of RGB (Red+Green+Blue) = 102+135+130=367 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.79% from 367); Green value is 135 (53.12% from 255 or 36.78% from 367); Blue value is 130 (51.17% from 255 or 35.42% from 367); Max value from RGB is 135 - color contains mainly: green. Hex color #668782 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668782 is #99787D. Grayscale: #7C7C7C. Windows color (decimal): -10057854 or 8554342. OLE color: 8554342.

HSL color Cylindrical-coordinate representation of color #668782: hue angle of 170.91º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #668782 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB102135130-
CMYK0.2400.040.47
HSL170.91º13.92%46.47%-
HSV(B)170.91º24.44%52.94%-
XYZ18.1721.7624.36-
YUV124.56131.07111.91-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.79%
GREEN value IS 135 (53.12% from 255) = 36.78%
BLUE value IS 130 (51.17% from 255) = 35.42%
R=27.79%
G=36.78%
B=35.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1021351300.2400.040.47170.9113.9246.47
Hex66878218042Fabe2e
Octal1462072023004572531656
Binary11001101000011110000010110000100101111101010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668782; }

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

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

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

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

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

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

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

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