Html Css Color HEX #7AAB7E Envy

📋 copy color: '#7AAB7E'

red 122 ◦ green 171 ◦ blue 126

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

Shades of Envy #7AAB7E

Tints of Envy #7AAB7E

RGB

 RED value IS 122 (48.05% from 255) = 29.12%

 GREEN value IS 171 (67.19% from 255) = 40.81%

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

R = 29.12%
G = 40.81%
B = 30.07%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#7AAB7E (or 0x7AAB7E) is known color: Envy. HEX triplet: 7A, AB and 7E. RGB value is (122,171,126). Sum of RGB (Red+Green+Blue) = 122+171+126=419 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.12% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 171 - color contains mainly: green. Hex color #7AAB7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAB7E is #855481. Grayscale: #979797. Windows color (decimal): -8737922 or 8301434. OLE color: 8301434.

HSL color Cylindrical-coordinate representation of color #7AAB7E: hue angle of 124.9º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7AAB7E is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 122 171 126 -
CMYK 0.29 0 0.26 0.33
HSL 124.9º 0.23% 0.57% -
HSV(B) 124.9º 0.29% 0.67% -
XYZ 26.35 34.77 25.06 -
YUV 151.22 113.77 107.16 -
System Red Green Blue C M Y K H S L
Decimal 122 171 126 0.29 0 0.26 0.33 124.9 0.23 0.57
Hex 7A AB 7E 1D 0 1A 21 7D 17 39
Octal 172 253 176 35 0 32 41 175 27 71
Binary 1111010 10101011 1111110 11101 0 11010 100001 1111101 10111 111001

Color Harmonies of #7AAB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAB7E

Black with #7AAB7E

Text Example


Text Example

White with #7AAB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,171,126); }

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

background-color css

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

 a { background-color: rgb(122,171,126); }

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

border-color css

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

 span { border-color: rgb(122,171,126); }

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