#64978E

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

Shades of Gumbo #64978E

Tints of Gumbo #64978E

Color information

#64978E (or 0x64978E) is unknown color: approx Gumbo. HEX triplet: 64, 97 and 8E. RGB value is (100,151,142). Sum of RGB (Red+Green+Blue) = 100+151+142=393 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.45% from 393); Green value is 151 (59.38% from 255 or 38.42% from 393); Blue value is 142 (55.86% from 255 or 36.13% from 393); Max value from RGB is 151 - color contains mainly: green. Hex color #64978E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64978E is #9B6871. Grayscale: #868686. Windows color (decimal): -10184818 or 9344868. OLE color: 9344868.

HSL color Cylindrical-coordinate representation of color #64978E: hue angle of 169.41º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #64978E is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB100151142-
CMYK0.3400.060.41
HSL169.41º20.32%49.22%-
HSV(B)169.41º33.77%59.22%-
XYZ21.226.829.65-
YUV134.72132.1103.23-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.45%
GREEN value IS 151 (59.38% from 255) = 38.42%
BLUE value IS 142 (55.86% from 255) = 36.13%
R=25.45%
G=38.42%
B=36.13%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1001511420.3400.060.41169.4120.3249.22
Hex64978E220629a91431
Octal1442272164206512512461
Binary1100100100101111000111010001001101010011010100110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64978E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,151,142); }

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

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

 a { background-color: rgb(100,151,142); }

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

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

 span { border-color: rgb(100,151,142); }

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