Html Css Color HEX #7DA69D Cascade

📋 copy color: '#7DA69D'

red 125 ◦ green 166 ◦ blue 157

#7DA69D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cascade #7DA69D

Tints of Cascade #7DA69D

RGB

 RED value IS 125 (49.22% from 255) = 27.9%

 GREEN value IS 166 (65.23% from 255) = 37.05%

 BLUE value IS 157 (61.72% from 255) = 35.04%

R = 27.9%
G = 37.05%
B = 35.04%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#7DA69D (or 0x7DA69D) is known color: Cascade. HEX triplet: 7D, A6 and 9D. RGB value is (125,166,157). Sum of RGB (Red+Green+Blue) = 125+166+157=448 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.90% from 448); Green value is 166 (65.23% from 255 or 37.05% from 448); Blue value is 157 (61.72% from 255 or 35.04% from 448); Max value from RGB is 166 - color contains mainly: green. Hex color #7DA69D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA69D is #825962. Grayscale: #989898. Windows color (decimal): -8542563 or 10331773. OLE color: 10331773.

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

Color convert

RGB 125 166 157 -
CMYK 0.25 0 0.05 0.35
HSL 166.83º 0.19% 0.57% -
HSV(B) 166.83º 0.25% 0.65% -
XYZ 28.18 34.07 36.99 -
YUV 152.72 130.42 108.23 -
System Red Green Blue C M Y K H S L
Decimal 125 166 157 0.25 0 0.05 0.35 166.83 0.19 0.57
Hex 7D A6 9D 19 0 5 23 A7 13 39
Octal 175 246 235 31 0 5 43 247 23 71
Binary 1111101 10100110 10011101 11001 0 101 100011 10100111 10011 111001

Color Harmonies of #7DA69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA69D

Black with #7DA69D

Text Example


Text Example

White with #7DA69D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7DA69D;
 }
 .AnyTagClassName
 {
   color: #7DA69D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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