#66998E

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

Shades of Gumbo #66998E

Tints of Gumbo #66998E

Color information

#66998E (or 0x66998E) is unknown color: approx Gumbo. HEX triplet: 66, 99 and 8E. RGB value is (102,153,142). Sum of RGB (Red+Green+Blue) = 102+153+142=397 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.69% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 142 (55.86% from 255 or 35.77% from 397); Max value from RGB is 153 - color contains mainly: green. Hex color #66998E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66998E is #996671. Grayscale: #888888. Windows color (decimal): -10053234 or 9345382. OLE color: 9345382.

HSL color Cylindrical-coordinate representation of color #66998E: hue angle of 167.06º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #66998E is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB102153142-
CMYK0.3300.070.4
HSL167.06º20%50%-
HSV(B)167.06º33.33%60%-
XYZ21.7527.5629.76-
YUV136.5131.1103.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.69%
GREEN value IS 153 (60.16% from 255) = 38.54%
BLUE value IS 142 (55.86% from 255) = 35.77%
R=25.69%
G=38.54%
B=35.77%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1021531420.3300.070.4167.062050
Hex66998E210728a71432
Octal1462312164107502472462
Binary1100110100110011000111010000101111010001010011110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66998E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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