#6F8A84

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

Shades of Gumbo #6F8A84

Tints of Gumbo #6F8A84

Color information

#6F8A84 (or 0x6F8A84) is unknown color: approx Gumbo. HEX triplet: 6F, 8A and 84. RGB value is (111,138,132). Sum of RGB (Red+Green+Blue) = 111+138+132=381 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.13% from 381); Green value is 138 (54.30% from 255 or 36.22% from 381); Blue value is 132 (51.95% from 255 or 34.65% from 381); Max value from RGB is 138 - color contains mainly: green. Hex color #6F8A84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8A84 is #90757B. Grayscale: #818181. Windows color (decimal): -9467260 or 8686191. OLE color: 8686191.

HSL color Cylindrical-coordinate representation of color #6F8A84: hue angle of 166.67º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6F8A84 is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB111138132-
CMYK0.2000.040.46
HSL166.67º10.84%48.82%-
HSV(B)166.67º19.57%54.12%-
XYZ19.8123.2225.27-
YUV129.24129.55114.99-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.13%
GREEN value IS 138 (54.30% from 255) = 36.22%
BLUE value IS 132 (51.95% from 255) = 34.65%
R=29.13%
G=36.22%
B=34.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1111381320.2000.040.46166.6710.8448.82
Hex6F8A8414042Ea7b31
Octal1572122042404562471361
Binary11011111000101010000100101000100101110101001111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F8A84; }

 p { color: rgb(111,138,132); }

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

<style>
 a { background-color: #6F8A84; }

 a { background-color: rgb(111,138,132); }

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

<style>
 span { border-color: #6F8A84; }

 span { border-color: rgb(111,138,132); }

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