#699790

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

Shades of Gumbo #699790

Tints of Gumbo #699790

Color information

#699790 (or 0x699790) is unknown color: approx Gumbo. HEX triplet: 69, 97 and 90. RGB value is (105,151,144). Sum of RGB (Red+Green+Blue) = 105+151+144=400 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.25% from 400); Green value is 151 (59.38% from 255 or 37.75% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 151 - color contains mainly: green. Hex color #699790 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699790 is #96686F. Grayscale: #888888. Windows color (decimal): -9857136 or 9475945. OLE color: 9475945.

HSL color Cylindrical-coordinate representation of color #699790: hue angle of 170.87º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #699790 is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB105151144-
CMYK0.3000.050.41
HSL170.87º18.11%50.2%-
HSV(B)170.87º30.46%59.22%-
XYZ21.9327.1530.47-
YUV136.45132.26105.57-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.25%
GREEN value IS 151 (59.38% from 255) = 37.75%
BLUE value IS 144 (56.64% from 255) = 36%
R=26.25%
G=37.75%
B=36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1051511440.3000.050.41170.8718.1150.2
Hex6997901E0529ab1232
Octal1512272203605512532262
Binary110100110010111100100001111001011010011010101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699790; }

 p { color: rgb(105,151,144); }

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

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

 a { background-color: rgb(105,151,144); }

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

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

 span { border-color: rgb(105,151,144); }

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