#7DA69B

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

Shades of Cascade #7DA69B

Tints of Cascade #7DA69B

Color information

#7DA69B (or 0x7DA69B) is unknown color: approx Cascade. HEX triplet: 7D, A6 and 9B. RGB value is (125,166,155). Sum of RGB (Red+Green+Blue) = 125+166+155=446 (59% of max value = 765). Red value is 125 (49.22% from 255 or 28.03% from 446); Green value is 166 (65.23% from 255 or 37.22% from 446); Blue value is 155 (60.94% from 255 or 34.75% from 446); Max value from RGB is 166 - color contains mainly: green. Hex color #7DA69B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA69B is #825964. Grayscale: #989898. Windows color (decimal): -8542565 or 10200701. OLE color: 10200701.

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

Color convert

RGB125166155-
CMYK0.2500.070.35
HSL163.9º18.72%57.06%-
HSV(B)163.9º24.7%65.1%-
XYZ28.013436.1-
YUV152.49129.42108.39-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.03%
GREEN value IS 166 (65.23% from 255) = 37.22%
BLUE value IS 155 (60.94% from 255) = 34.75%
R=28.03%
G=37.22%
B=34.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1251661550.2500.070.35163.918.7257.06
Hex7DA69B190723a41339
Octal1752462333107432442371
Binary111110110100110100110111100101111000111010010010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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