#668F8A

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

Shades of Gumbo #668F8A

Tints of Gumbo #668F8A

Color information

#668F8A (or 0x668F8A) is unknown color: approx Gumbo. HEX triplet: 66, 8F and 8A. RGB value is (102,143,138). Sum of RGB (Red+Green+Blue) = 102+143+138=383 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.63% from 383); Green value is 143 (56.25% from 255 or 37.34% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 143 - color contains mainly: green. Hex color #668F8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668F8A is #997075. Grayscale: #828282. Windows color (decimal): -10055798 or 9080678. OLE color: 9080678.

HSL color Cylindrical-coordinate representation of color #668F8A: hue angle of 172.68º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #668F8A is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB102143138-
CMYK0.2900.030.44
HSL172.68º16.73%48.04%-
HSV(B)172.68º28.67%56.08%-
XYZ19.8924.327.69-
YUV130.17132.42107.91-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.63%
GREEN value IS 143 (56.25% from 255) = 37.34%
BLUE value IS 138 (54.30% from 255) = 36.03%
R=26.63%
G=37.34%
B=36.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1021431380.2900.030.44172.6816.7348.04
Hex668F8A1D032Cad1130
Octal1462172123503542552160
Binary11001101000111110001010111010111011001010110110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668F8A; }

 p { color: rgb(102,143,138); }

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

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

 a { background-color: rgb(102,143,138); }

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

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

 span { border-color: rgb(102,143,138); }

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