#67978E

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

Shades of Gumbo #67978E

Tints of Gumbo #67978E

Color information

#67978E (or 0x67978E) is unknown color: approx Gumbo. HEX triplet: 67, 97 and 8E. RGB value is (103,151,142). Sum of RGB (Red+Green+Blue) = 103+151+142=396 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.01% from 396); Green value is 151 (59.38% from 255 or 38.13% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 151 - color contains mainly: green. Hex color #67978E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67978E is #986871. Grayscale: #878787. Windows color (decimal): -9988210 or 9344871. OLE color: 9344871.

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

Color convert

RGB103151142-
CMYK0.3200.060.41
HSL168.75º18.9%49.8%-
HSV(B)168.75º31.79%59.22%-
XYZ21.5426.9729.66-
YUV135.62131.6104.73-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.01%
GREEN value IS 151 (59.38% from 255) = 38.13%
BLUE value IS 142 (55.86% from 255) = 35.86%
R=26.01%
G=38.13%
B=35.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1031511420.3200.060.41168.7518.949.8
Hex67978E200629a91332
Octal1472272164006512512362
Binary1100111100101111000111010000001101010011010100110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67978E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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