#699E91

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

Shades of Gumbo #699E91

Tints of Gumbo #699E91

Color information

#699E91 (or 0x699E91) is unknown color: approx Gumbo. HEX triplet: 69, 9E and 91. RGB value is (105,158,145). Sum of RGB (Red+Green+Blue) = 105+158+145=408 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.74% from 408); Green value is 158 (62.11% from 255 or 38.73% from 408); Blue value is 145 (57.03% from 255 or 35.54% from 408); Max value from RGB is 158 - color contains mainly: green. Hex color #699E91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699E91 is #96616E. Grayscale: #8C8C8C. Windows color (decimal): -9855343 or 9543273. OLE color: 9543273.

HSL color Cylindrical-coordinate representation of color #699E91: hue angle of 165.28º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #699E91 is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB105158145-
CMYK0.3400.080.38
HSL165.28º21.46%51.57%-
HSV(B)165.28º33.54%61.96%-
XYZ23.1629.531.26-
YUV140.67130.44102.56-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.74%
GREEN value IS 158 (62.11% from 255) = 38.73%
BLUE value IS 145 (57.03% from 255) = 35.54%
R=25.74%
G=38.73%
B=35.54%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1051581450.3400.080.38165.2821.4651.57
Hex699E91220826a51534
Octal15123622142010462452564
Binary11010011001111010010001100010010001001101010010110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699E91; }

 p { color: rgb(105,158,145); }

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

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

 a { background-color: rgb(105,158,145); }

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

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

 span { border-color: rgb(105,158,145); }

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