#719890

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

Shades of Gumbo #719890

Tints of Gumbo #719890

Color information

#719890 (or 0x719890) is unknown color: approx Gumbo. HEX triplet: 71, 98 and 90. RGB value is (113,152,144). Sum of RGB (Red+Green+Blue) = 113+152+144=409 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.63% from 409); Green value is 152 (59.77% from 255 or 37.16% from 409); Blue value is 144 (56.64% from 255 or 35.21% from 409); Max value from RGB is 152 - color contains mainly: green. Hex color #719890 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719890 is #8E676F. Grayscale: #8B8B8B. Windows color (decimal): -9332592 or 9476209. OLE color: 9476209.

HSL color Cylindrical-coordinate representation of color #719890: hue angle of 167.69º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #719890 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB113152144-
CMYK0.2600.050.40
HSL167.69º15.92%51.96%-
HSV(B)167.69º25.66%59.61%-
XYZ23.0727.9830.57-
YUV139.43130.58109.15-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.63%
GREEN value IS 152 (59.77% from 255) = 37.16%
BLUE value IS 144 (56.64% from 255) = 35.21%
R=27.63%
G=37.16%
B=35.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1131521440.2600.050.40167.6915.9251.96
Hex7198901A0528a81034
Octal1612302203205502502064
Binary111000110011000100100001101001011010001010100010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719890; }

 p { color: rgb(113,152,144); }

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

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

 a { background-color: rgb(113,152,144); }

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

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

 span { border-color: rgb(113,152,144); }

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