#7DA49D

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

Shades of Cascade #7DA49D

Tints of Cascade #7DA49D

Color information

#7DA49D (or 0x7DA49D) is unknown color: approx Cascade. HEX triplet: 7D, A4 and 9D. RGB value is (125,164,157). Sum of RGB (Red+Green+Blue) = 125+164+157=446 (59% of max value = 765). Red value is 125 (49.22% from 255 or 28.03% from 446); Green value is 164 (64.45% from 255 or 36.77% from 446); Blue value is 157 (61.72% from 255 or 35.20% from 446); Max value from RGB is 164 - color contains mainly: green. Hex color #7DA49D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA49D is #825B62. Grayscale: #979797. Windows color (decimal): -8543075 or 10331261. OLE color: 10331261.

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

Color convert

RGB125164157-
CMYK0.2400.040.36
HSL169.23º17.65%56.67%-
HSV(B)169.23º23.78%64.31%-
XYZ27.8233.3536.87-
YUV151.54131.08109.07-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.03%
GREEN value IS 164 (64.45% from 255) = 36.77%
BLUE value IS 157 (61.72% from 255) = 35.20%
R=28.03%
G=36.77%
B=35.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1251641570.2400.040.36169.2317.6556.67
Hex7DA49D180424a91239
Octal1752442353004442512271
Binary111110110100100100111011100001001001001010100110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,164,157); }

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

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

 a { background-color: rgb(125,164,157); }

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

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

 span { border-color: rgb(125,164,157); }

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