Html Css Color HEX #7EA59F Cascade

📋 copy color: '#7EA59F'

red 126 ◦ green 165 ◦ blue 159

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

Shades of Cascade #7EA59F

Tints of Cascade #7EA59F

RGB

 RED value IS 126 (49.61% from 255) = 28%

 GREEN value IS 165 (64.84% from 255) = 36.67%

 BLUE value IS 159 (62.5% from 255) = 35.33%

R = 28%
G = 36.67%
B = 35.33%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#7EA59F (or 0x7EA59F) is known color: Cascade. HEX triplet: 7E, A5 and 9F. RGB value is (126,165,159). Sum of RGB (Red+Green+Blue) = 126+165+159=450 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28% from 450); Green value is 165 (64.84% from 255 or 36.67% from 450); Blue value is 159 (62.5% from 255 or 35.33% from 450); Max value from RGB is 165 - color contains mainly: green. Hex color #7EA59F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA59F is #815A60. Grayscale: #989898. Windows color (decimal): -8477281 or 10462590. OLE color: 10462590.

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

Color convert

RGB 126 165 159 -
CMYK 0.24 0 0.04 0.35
HSL 170.77º 0.18% 0.57% -
HSV(B) 170.77º 0.24% 0.65% -
XYZ 28.32 33.85 37.84 -
YUV 152.66 131.58 108.99 -
System Red Green Blue C M Y K H S L
Decimal 126 165 159 0.24 0 0.04 0.35 170.77 0.18 0.57
Hex 7E A5 9F 18 0 4 23 AB 12 39
Octal 176 245 237 30 0 4 43 253 22 71
Binary 1111110 10100101 10011111 11000 0 100 100011 10101011 10010 111001

Color Harmonies of #7EA59F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA59F

Black with #7EA59F

Text Example


Text Example

White with #7EA59F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,165,159); }

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

background-color css

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

 a { background-color: rgb(126,165,159); }

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

border-color css

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

 span { border-color: rgb(126,165,159); }

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