#6F8B87

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

Shades of Gumbo #6F8B87

Tints of Gumbo #6F8B87

Color information

#6F8B87 (or 0x6F8B87) is unknown color: approx Gumbo. HEX triplet: 6F, 8B and 87. RGB value is (111,139,135). Sum of RGB (Red+Green+Blue) = 111+139+135=385 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.83% from 385); Green value is 139 (54.69% from 255 or 36.10% from 385); Blue value is 135 (53.12% from 255 or 35.06% from 385); Max value from RGB is 139 - color contains mainly: green. Hex color #6F8B87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8B87 is #907478. Grayscale: #828282. Windows color (decimal): -9467001 or 8883055. OLE color: 8883055.

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

Color convert

RGB111139135-
CMYK0.2000.030.45
HSL171.43º11.2%49.02%-
HSV(B)171.43º20.14%54.51%-
XYZ20.1623.5926.41-
YUV130.17130.72114.33-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.83%
GREEN value IS 139 (54.69% from 255) = 36.10%
BLUE value IS 135 (53.12% from 255) = 35.06%
R=28.83%
G=36.10%
B=35.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1111391350.2000.030.45171.4311.249.02
Hex6F8B8714032Dabb31
Octal1572132072403552531361
Binary1101111100010111000011110100011101101101010111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,139,135); }

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

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

 a { background-color: rgb(111,139,135); }

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

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

 span { border-color: rgb(111,139,135); }

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