Html Css Color HEX #7DA982 Envy

📋 copy color: '#7DA982'

red 125 ◦ green 169 ◦ blue 130

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

Shades of Envy #7DA982

Tints of Envy #7DA982

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.86%

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

R = 29.48%
G = 39.86%
B = 30.66%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.23

 K value IS 0.34

RGB Variations

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

Color information

#7DA982 (or 0x7DA982) is known color: Envy. HEX triplet: 7D, A9 and 82. RGB value is (125,169,130). Sum of RGB (Red+Green+Blue) = 125+169+130=424 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.48% from 424); Green value is 169 (66.41% from 255 or 39.86% from 424); Blue value is 130 (51.17% from 255 or 30.66% from 424); Max value from RGB is 169 - color contains mainly: green. Hex color #7DA982 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA982 is #82567D. Grayscale: #979797. Windows color (decimal): -8541822 or 8563069. OLE color: 8563069.

HSL color Cylindrical-coordinate representation of color #7DA982: hue angle of 126.82º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7DA982 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.34.

Color convert

RGB 125 169 130 -
CMYK 0.26 0 0.23 0.34
HSL 126.82º 0.2% 0.58% -
HSV(B) 126.82º 0.26% 0.66% -
XYZ 26.67 34.35 26.34 -
YUV 151.4 115.92 109.17 -
System Red Green Blue C M Y K H S L
Decimal 125 169 130 0.26 0 0.23 0.34 126.82 0.2 0.58
Hex 7D A9 82 1A 0 17 22 7F 14 3A
Octal 175 251 202 32 0 27 42 177 24 72
Binary 1111101 10101001 10000010 11010 0 10111 100010 1111111 10100 111010

Color Harmonies of #7DA982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA982

Black with #7DA982

Text Example


Text Example

White with #7DA982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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