Html Css Color HEX #7DAF7E Envy

📋 copy color: '#7DAF7E'

red 125 ◦ green 175 ◦ blue 126

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

Shades of Envy #7DAF7E

Tints of Envy #7DAF7E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.08%

 BLUE value IS 126 (49.61% from 255) = 29.58%

R = 29.34%
G = 41.08%
B = 29.58%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#7DAF7E (or 0x7DAF7E) is known color: Envy. HEX triplet: 7D, AF and 7E. RGB value is (125,175,126). Sum of RGB (Red+Green+Blue) = 125+175+126=426 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.34% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 126 (49.61% from 255 or 29.58% from 426); Max value from RGB is 175 - color contains mainly: green. Hex color #7DAF7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAF7E is #825081. Grayscale: #9A9A9A. Windows color (decimal): -8540290 or 8302461. OLE color: 8302461.

HSL color Cylindrical-coordinate representation of color #7DAF7E: hue angle of 121.2º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7DAF7E is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 125 175 126 -
CMYK 0.29 0 0.28 0.31
HSL 121.2º 0.24% 0.59% -
HSV(B) 121.2º 0.29% 0.69% -
XYZ 27.55 36.53 25.34 -
YUV 154.46 111.94 106.98 -
System Red Green Blue C M Y K H S L
Decimal 125 175 126 0.29 0 0.28 0.31 121.2 0.24 0.59
Hex 7D AF 7E 1D 0 1C 1F 79 18 3B
Octal 175 257 176 35 0 34 37 171 30 73
Binary 1111101 10101111 1111110 11101 0 11100 11111 1111001 11000 111011

Color Harmonies of #7DAF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAF7E

Black with #7DAF7E

Text Example


Text Example

White with #7DAF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,175,126); }

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

background-color css

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

 a { background-color: rgb(125,175,126); }

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

border-color css

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

 span { border-color: rgb(125,175,126); }

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