#69988D

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

Shades of Gumbo #69988D

Tints of Gumbo #69988D

Color information

#69988D (or 0x69988D) is unknown color: approx Gumbo. HEX triplet: 69, 98 and 8D. RGB value is (105,152,141). Sum of RGB (Red+Green+Blue) = 105+152+141=398 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.38% from 398); Green value is 152 (59.77% from 255 or 38.19% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 152 - color contains mainly: green. Hex color #69988D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69988D is #966772. Grayscale: #888888. Windows color (decimal): -9856883 or 9279593. OLE color: 9279593.

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

Color convert

RGB105152141-
CMYK0.3100.070.40
HSL165.96º18.58%50.39%-
HSV(B)165.96º30.92%59.61%-
XYZ21.8627.3829.33-
YUV136.69130.43105.39-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.38%
GREEN value IS 152 (59.77% from 255) = 38.19%
BLUE value IS 141 (55.47% from 255) = 35.43%
R=26.38%
G=38.19%
B=35.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1051521410.3100.070.40165.9618.5850.39
Hex69988D1F0728a61332
Octal1512302153707502462362
Binary110100110011000100011011111101111010001010011010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69988D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69988D; }

 p { color: rgb(105,152,141); }

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

<style>
 a { background-color: #69988D; }

 a { background-color: rgb(105,152,141); }

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

<style>
 span { border-color: #69988D; }

 span { border-color: rgb(105,152,141); }

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