#7DA59B

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

Shades of Cascade #7DA59B

Tints of Cascade #7DA59B

Color information

#7DA59B (or 0x7DA59B) is unknown color: approx Cascade. HEX triplet: 7D, A5 and 9B. RGB value is (125,165,155). Sum of RGB (Red+Green+Blue) = 125+165+155=445 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.09% from 445); Green value is 165 (64.84% from 255 or 37.08% from 445); Blue value is 155 (60.94% from 255 or 34.83% from 445); Max value from RGB is 165 - color contains mainly: green. Hex color #7DA59B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA59B is #825A64. Grayscale: #979797. Windows color (decimal): -8542821 or 10200445. OLE color: 10200445.

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

Color convert

RGB125165155-
CMYK0.2400.060.35
HSL165º18.18%56.86%-
HSV(B)165º24.24%64.71%-
XYZ27.8333.6436.04-
YUV151.9129.75108.81-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.09%
GREEN value IS 165 (64.84% from 255) = 37.08%
BLUE value IS 155 (60.94% from 255) = 34.83%
R=28.09%
G=37.08%
B=34.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1251651550.2400.060.3516518.1856.86
Hex7DA59B180623a51239
Octal1752452333006432452271
Binary111110110100101100110111100001101000111010010110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,165,155); }

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

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

 a { background-color: rgb(125,165,155); }

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

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

 span { border-color: rgb(125,165,155); }

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