#78A49F

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

Shades of Tradewind #78A49F

Tints of Tradewind #78A49F

Color information

#78A49F (or 0x78A49F) is unknown color: approx Tradewind. HEX triplet: 78, A4 and 9F. RGB value is (120,164,159). Sum of RGB (Red+Green+Blue) = 120+164+159=443 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.09% from 443); Green value is 164 (64.45% from 255 or 37.02% from 443); Blue value is 159 (62.5% from 255 or 35.89% from 443); Max value from RGB is 164 - color contains mainly: green. Hex color #78A49F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A49F is #875B60. Grayscale: #969696. Windows color (decimal): -8870753 or 10462328. OLE color: 10462328.

HSL color Cylindrical-coordinate representation of color #78A49F: hue angle of 173.18º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #78A49F is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB120164159-
CMYK0.2700.030.36
HSL173.18º19.47%55.69%-
HSV(B)173.18º26.83%64.31%-
XYZ27.2833.0537.74-
YUV150.27132.92106.41-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.09%
GREEN value IS 164 (64.45% from 255) = 37.02%
BLUE value IS 159 (62.5% from 255) = 35.89%
R=27.09%
G=37.02%
B=35.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1201641590.2700.030.36173.1819.4755.69
Hex78A49F1B0324ad1338
Octal1702442373303442552370
Binary11110001010010010011111110110111001001010110110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78A49F; }

 p { color: rgb(120,164,159); }

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

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

 a { background-color: rgb(120,164,159); }

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

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

 span { border-color: rgb(120,164,159); }

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