#68988F

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

Shades of Gumbo #68988F

Tints of Gumbo #68988F

Color information

#68988F (or 0x68988F) is unknown color: approx Gumbo. HEX triplet: 68, 98 and 8F. RGB value is (104,152,143). Sum of RGB (Red+Green+Blue) = 104+152+143=399 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.07% from 399); Green value is 152 (59.77% from 255 or 38.10% from 399); Blue value is 143 (56.25% from 255 or 35.84% from 399); Max value from RGB is 152 - color contains mainly: green. Hex color #68988F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68988F is #976770. Grayscale: #888888. Windows color (decimal): -9922417 or 9410664. OLE color: 9410664.

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

Color convert

RGB104152143-
CMYK0.3200.060.40
HSL168.75º18.9%50.2%-
HSV(B)168.75º31.58%59.61%-
XYZ21.927.3830.12-
YUV136.62131.6104.73-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.07%
GREEN value IS 152 (59.77% from 255) = 38.10%
BLUE value IS 143 (56.25% from 255) = 35.84%
R=26.07%
G=38.10%
B=35.84%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1041521430.3200.060.40168.7518.950.2
Hex68988F200628a91332
Octal1502302174006502512362
Binary1101000100110001000111110000001101010001010100110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68988F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68988F; }

 p { color: rgb(104,152,143); }

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

<style>
 a { background-color: #68988F; }

 a { background-color: rgb(104,152,143); }

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

<style>
 span { border-color: #68988F; }

 span { border-color: rgb(104,152,143); }

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