#7DA49B

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

Shades of Cascade #7DA49B

Tints of Cascade #7DA49B

Color information

#7DA49B (or 0x7DA49B) is unknown color: approx Cascade. HEX triplet: 7D, A4 and 9B. RGB value is (125,164,155). Sum of RGB (Red+Green+Blue) = 125+164+155=444 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.15% from 444); Green value is 164 (64.45% from 255 or 36.94% from 444); Blue value is 155 (60.94% from 255 or 34.91% from 444); Max value from RGB is 164 - color contains mainly: green. Hex color #7DA49B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA49B is #825B64. Grayscale: #979797. Windows color (decimal): -8543077 or 10200189. OLE color: 10200189.

HSL color Cylindrical-coordinate representation of color #7DA49B: hue angle of 166.15º 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 #7DA49B is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB125164155-
CMYK0.2400.050.36
HSL166.15º17.65%56.67%-
HSV(B)166.15º23.78%64.31%-
XYZ27.6533.2835.98-
YUV151.31130.08109.23-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.15%
GREEN value IS 164 (64.45% from 255) = 36.94%
BLUE value IS 155 (60.94% from 255) = 34.91%
R=28.15%
G=36.94%
B=34.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1251641550.2400.050.36166.1517.6556.67
Hex7DA49B180524a61239
Octal1752442333005442462271
Binary111110110100100100110111100001011001001010011010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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