#68998F

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

Shades of Gumbo #68998F

Tints of Gumbo #68998F

Color information

#68998F (or 0x68998F) is unknown color: approx Gumbo. HEX triplet: 68, 99 and 8F. RGB value is (104,153,143). Sum of RGB (Red+Green+Blue) = 104+153+143=400 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26% from 400); Green value is 153 (60.16% from 255 or 38.25% from 400); Blue value is 143 (56.25% from 255 or 35.75% from 400); Max value from RGB is 153 - color contains mainly: green. Hex color #68998F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68998F is #976670. Grayscale: #898989. Windows color (decimal): -9922161 or 9410920. OLE color: 9410920.

HSL color Cylindrical-coordinate representation of color #68998F: hue angle of 167.76º 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 #68998F is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB104153143-
CMYK0.3200.070.4
HSL167.76º19.37%50.39%-
HSV(B)167.76º32.03%60%-
XYZ22.0627.7130.17-
YUV137.21131.27104.31-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26%
GREEN value IS 153 (60.16% from 255) = 38.25%
BLUE value IS 143 (56.25% from 255) = 35.75%
R=26%
G=38.25%
B=35.75%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1041531430.3200.070.4167.7619.3750.39
Hex68998F200728a81332
Octal1502312174007502502362
Binary1101000100110011000111110000001111010001010100010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68998F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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