#69948A

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

Shades of Gumbo #69948A

Tints of Gumbo #69948A

Color information

#69948A (or 0x69948A) is unknown color: approx Gumbo. HEX triplet: 69, 94 and 8A. RGB value is (105,148,138). Sum of RGB (Red+Green+Blue) = 105+148+138=391 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.85% from 391); Green value is 148 (58.20% from 255 or 37.85% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 148 - color contains mainly: green. Hex color #69948A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69948A is #966B75. Grayscale: #868686. Windows color (decimal): -9857910 or 9081961. OLE color: 9081961.

HSL color Cylindrical-coordinate representation of color #69948A: hue angle of 166.05º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #69948A is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB105148138-
CMYK0.2900.070.42
HSL166.05º17%49.61%-
HSV(B)166.05º29.05%58.04%-
XYZ2126.0227.96-
YUV134130.25107.31-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.85%
GREEN value IS 148 (58.20% from 255) = 37.85%
BLUE value IS 138 (54.30% from 255) = 35.29%
R=26.85%
G=37.85%
B=35.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1051481380.2900.070.42166.051749.61
Hex69948A1D072Aa61132
Octal1512242123507522462162
Binary110100110010100100010101110101111010101010011010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69948A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69948A; }

 p { color: rgb(105,148,138); }

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

<style>
 a { background-color: #69948A; }

 a { background-color: rgb(105,148,138); }

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

<style>
 span { border-color: #69948A; }

 span { border-color: rgb(105,148,138); }

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