#69938D

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

Shades of Gumbo #69938D

Tints of Gumbo #69938D

Color information

#69938D (or 0x69938D) is unknown color: approx Gumbo. HEX triplet: 69, 93 and 8D. RGB value is (105,147,141). Sum of RGB (Red+Green+Blue) = 105+147+141=393 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.72% from 393); Green value is 147 (57.81% from 255 or 37.40% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 147 - color contains mainly: green. Hex color #69938D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69938D is #966C72. Grayscale: #858585. Windows color (decimal): -9858163 or 9278313. OLE color: 9278313.

HSL color Cylindrical-coordinate representation of color #69938D: hue angle of 171.43º 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 #69938D is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB105147141-
CMYK0.2900.040.42
HSL171.43º16.67%49.41%-
HSV(B)171.43º28.57%57.65%-
XYZ21.0725.7929.07-
YUV133.76132.09107.49-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.72%
GREEN value IS 147 (57.81% from 255) = 37.40%
BLUE value IS 141 (55.47% from 255) = 35.88%
R=26.72%
G=37.40%
B=35.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1051471410.2900.040.42171.4316.6749.41
Hex69938D1D042Aab1131
Octal1512232153504522532161
Binary110100110010011100011011110101001010101010101110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69938D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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