#7FA49F

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

Shades of Cascade #7FA49F

Tints of Cascade #7FA49F

Color information

#7FA49F (or 0x7FA49F) is unknown color: approx Cascade. HEX triplet: 7F, A4 and 9F. RGB value is (127,164,159). Sum of RGB (Red+Green+Blue) = 127+164+159=450 (59% of max value = 765). Red value is 127 (50% from 255 or 28.22% from 450); Green value is 164 (64.45% from 255 or 36.44% from 450); Blue value is 159 (62.5% from 255 or 35.33% from 450); Max value from RGB is 164 - color contains mainly: green. Hex color #7FA49F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA49F is #805B60. Grayscale: #989898. Windows color (decimal): -8412001 or 10462335. OLE color: 10462335.

HSL color Cylindrical-coordinate representation of color #7FA49F: hue angle of 171.89º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7FA49F is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB127164159-
CMYK0.2300.030.36
HSL171.89º16.89%57.06%-
HSV(B)171.89º22.56%64.31%-
XYZ28.2933.5737.79-
YUV152.37131.74109.91-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.22%
GREEN value IS 164 (64.45% from 255) = 36.44%
BLUE value IS 159 (62.5% from 255) = 35.33%
R=28.22%
G=36.44%
B=35.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1271641590.2300.030.36171.8916.8957.06
Hex7FA49F170324ac1139
Octal1772442372703442542171
Binary11111111010010010011111101110111001001010110010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FA49F; }

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

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

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

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

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

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

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

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