#69938A

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

Shades of Gumbo #69938A

Tints of Gumbo #69938A

Color information

#69938A (or 0x69938A) is unknown color: approx Gumbo. HEX triplet: 69, 93 and 8A. RGB value is (105,147,138). Sum of RGB (Red+Green+Blue) = 105+147+138=390 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.92% from 390); Green value is 147 (57.81% from 255 or 37.69% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 147 - color contains mainly: green. Hex color #69938A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69938A is #966C75. Grayscale: #858585. Windows color (decimal): -9858166 or 9081705. OLE color: 9081705.

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

Color convert

RGB105147138-
CMYK0.2900.060.42
HSL167.14º16.67%49.41%-
HSV(B)167.14º28.57%57.65%-
XYZ20.8525.7127.91-
YUV133.42130.59107.73-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.92%
GREEN value IS 147 (57.81% from 255) = 37.69%
BLUE value IS 138 (54.30% from 255) = 35.38%
R=26.92%
G=37.69%
B=35.38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1051471380.2900.060.42167.1416.6749.41
Hex69938A1D062Aa71131
Octal1512232123506522472161
Binary110100110010011100010101110101101010101010011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69938A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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