#69928A

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

Shades of Gumbo #69928A

Tints of Gumbo #69928A

Color information

#69928A (or 0x69928A) is unknown color: approx Gumbo. HEX triplet: 69, 92 and 8A. RGB value is (105,146,138). Sum of RGB (Red+Green+Blue) = 105+146+138=389 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.99% from 389); Green value is 146 (57.42% from 255 or 37.53% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 146 - color contains mainly: green. Hex color #69928A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69928A is #966D75. Grayscale: #848484. Windows color (decimal): -9858422 or 9081449. OLE color: 9081449.

HSL color Cylindrical-coordinate representation of color #69928A: hue angle of 168.29º 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 #69928A is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB105146138-
CMYK0.2800.050.43
HSL168.29º16.33%49.22%-
HSV(B)168.29º28.08%57.25%-
XYZ20.6925.427.86-
YUV132.83130.92108.15-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.99%
GREEN value IS 146 (57.42% from 255) = 37.53%
BLUE value IS 138 (54.30% from 255) = 35.48%
R=26.99%
G=37.53%
B=35.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1051461380.2800.050.43168.2916.3349.22
Hex69928A1C052Ba81031
Octal1512222123405532502061
Binary110100110010010100010101110001011010111010100010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69928A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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