Html Css Color HEX #7DA582 Envy

📋 copy color: '#7DA582'

red 125 ◦ green 165 ◦ blue 130

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

Shades of Envy #7DA582

Tints of Envy #7DA582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 30.95%

R = 29.76%
G = 39.29%
B = 30.95%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#7DA582 (or 0x7DA582) is known color: Envy. HEX triplet: 7D, A5 and 82. RGB value is (125,165,130). Sum of RGB (Red+Green+Blue) = 125+165+130=420 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.76% from 420); Green value is 165 (64.84% from 255 or 39.29% from 420); Blue value is 130 (51.17% from 255 or 30.95% from 420); Max value from RGB is 165 - color contains mainly: green. Hex color #7DA582 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA582 is #825A7D. Grayscale: #959595. Windows color (decimal): -8542846 or 8562045. OLE color: 8562045.

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

Color convert

RGB 125 165 130 -
CMYK 0.24 0 0.21 0.35
HSL 127.5º 0.18% 0.57% -
HSV(B) 127.5º 0.24% 0.65% -
XYZ 25.94 32.88 26.1 -
YUV 149.05 117.25 110.85 -
System Red Green Blue C M Y K H S L
Decimal 125 165 130 0.24 0 0.21 0.35 127.5 0.18 0.57
Hex 7D A5 82 18 0 15 23 80 12 39
Octal 175 245 202 30 0 25 43 200 22 71
Binary 1111101 10100101 10000010 11000 0 10101 100011 10000000 10010 111001

Color Harmonies of #7DA582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA582

Black with #7DA582

Text Example


Text Example

White with #7DA582

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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