#679A91

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

Shades of Gumbo #679A91

Tints of Gumbo #679A91

Color information

#679A91 (or 0x679A91) is unknown color: approx Gumbo. HEX triplet: 67, 9A and 91. RGB value is (103,154,145). Sum of RGB (Red+Green+Blue) = 103+154+145=402 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.62% from 402); Green value is 154 (60.55% from 255 or 38.31% from 402); Blue value is 145 (57.03% from 255 or 36.07% from 402); Max value from RGB is 154 - color contains mainly: green. Hex color #679A91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679A91 is #98656E. Grayscale: #898989. Windows color (decimal): -9987439 or 9542247. OLE color: 9542247.

HSL color Cylindrical-coordinate representation of color #679A91: hue angle of 169.41º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #679A91 is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB103154145-
CMYK0.3300.060.40
HSL169.41º20.16%50.39%-
HSV(B)169.41º33.12%60.39%-
XYZ22.2628.0431.03-
YUV137.72132.1103.23-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.62%
GREEN value IS 154 (60.55% from 255) = 38.31%
BLUE value IS 145 (57.03% from 255) = 36.07%
R=25.62%
G=38.31%
B=36.07%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1031541450.3300.060.40169.4120.1650.39
Hex679A91210628a91432
Octal1472322214106502512462
Binary1100111100110101001000110000101101010001010100110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679A91; }

 p { color: rgb(103,154,145); }

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

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

 a { background-color: rgb(103,154,145); }

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

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

 span { border-color: rgb(103,154,145); }

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