#66928E

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

Shades of Gumbo #66928E

Tints of Gumbo #66928E

Color information

#66928E (or 0x66928E) is unknown color: approx Gumbo. HEX triplet: 66, 92 and 8E. RGB value is (102,146,142). Sum of RGB (Red+Green+Blue) = 102+146+142=390 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.15% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 142 (55.86% from 255 or 36.41% from 390); Max value from RGB is 146 - color contains mainly: green. Hex color #66928E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66928E is #996D71. Grayscale: #848484. Windows color (decimal): -10055026 or 9343590. OLE color: 9343590.

HSL color Cylindrical-coordinate representation of color #66928E: hue angle of 174.55º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #66928E is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB102146142-
CMYK0.3000.030.43
HSL174.55º17.74%48.63%-
HSV(B)174.55º30.14%57.25%-
XYZ20.6425.3429.39-
YUV132.39133.42106.33-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.15%
GREEN value IS 146 (57.42% from 255) = 37.44%
BLUE value IS 142 (55.86% from 255) = 36.41%
R=26.15%
G=37.44%
B=36.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1021461420.3000.030.43174.5517.7448.63
Hex66928E1E032Baf1231
Octal1462222163603532572261
Binary11001101001001010001110111100111010111010111110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66928E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66928E; }

 p { color: rgb(102,146,142); }

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

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

 a { background-color: rgb(102,146,142); }

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

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

 span { border-color: rgb(102,146,142); }

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