#65978E

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

Shades of Gumbo #65978E

Tints of Gumbo #65978E

Color information

#65978E (or 0x65978E) is unknown color: approx Gumbo. HEX triplet: 65, 97 and 8E. RGB value is (101,151,142). Sum of RGB (Red+Green+Blue) = 101+151+142=394 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.63% from 394); Green value is 151 (59.38% from 255 or 38.32% from 394); Blue value is 142 (55.86% from 255 or 36.04% from 394); Max value from RGB is 151 - color contains mainly: green. Hex color #65978E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65978E is #9A6871. Grayscale: #878787. Windows color (decimal): -10119282 or 9344869. OLE color: 9344869.

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

Color convert

RGB101151142-
CMYK0.3300.060.41
HSL169.2º19.84%49.41%-
HSV(B)169.2º33.11%59.22%-
XYZ21.3226.8529.65-
YUV135.02131.94103.73-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.63%
GREEN value IS 151 (59.38% from 255) = 38.32%
BLUE value IS 142 (55.86% from 255) = 36.04%
R=25.63%
G=38.32%
B=36.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1011511420.3300.060.41169.219.8449.41
Hex65978E210629a91431
Octal1452272164106512512461
Binary1100101100101111000111010000101101010011010100110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65978E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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