#69928C

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

Shades of Gumbo #69928C

Tints of Gumbo #69928C

Color information

#69928C (or 0x69928C) is unknown color: approx Gumbo. HEX triplet: 69, 92 and 8C. RGB value is (105,146,140). Sum of RGB (Red+Green+Blue) = 105+146+140=391 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.85% from 391); Green value is 146 (57.42% from 255 or 37.34% from 391); Blue value is 140 (55.08% from 255 or 35.81% from 391); Max value from RGB is 146 - color contains mainly: green. Hex color #69928C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69928C is #966D73. Grayscale: #858585. Windows color (decimal): -9858420 or 9212521. OLE color: 9212521.

HSL color Cylindrical-coordinate representation of color #69928C: hue angle of 171.22º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #69928C is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.

Color convert

RGB105146140-
CMYK0.2800.040.43
HSL171.22º16.33%49.22%-
HSV(B)171.22º28.08%57.25%-
XYZ20.8425.4528.63-
YUV133.06131.92107.99-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.85%
GREEN value IS 146 (57.42% from 255) = 37.34%
BLUE value IS 140 (55.08% from 255) = 35.81%
R=26.85%
G=37.34%
B=35.81%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1051461400.2800.040.43171.2216.3349.22
Hex69928C1C042Bab1031
Octal1512222143404532532061
Binary110100110010010100011001110001001010111010101110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69928C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69928C; }

 p { color: rgb(105,146,140); }

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

<style>
 a { background-color: #69928C; }

 a { background-color: rgb(105,146,140); }

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

<style>
 span { border-color: #69928C; }

 span { border-color: rgb(105,146,140); }

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