Html Css Color HEX #7BAD80 Envy

📋 copy color: '#7BAD80'

red 123 ◦ green 173 ◦ blue 128

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

Shades of Envy #7BAD80

Tints of Envy #7BAD80

RGB

 RED value IS 123 (48.44% from 255) = 29.01%

 GREEN value IS 173 (67.97% from 255) = 40.8%

 BLUE value IS 128 (50.39% from 255) = 30.19%

R = 29.01%
G = 40.8%
B = 30.19%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#7BAD80 (or 0x7BAD80) is known color: Envy. HEX triplet: 7B, AD and 80. RGB value is (123,173,128). Sum of RGB (Red+Green+Blue) = 123+173+128=424 (56% of max value = 765). Red value is 123 (48.44% from 255 or 29.01% from 424); Green value is 173 (67.97% from 255 or 40.80% from 424); Blue value is 128 (50.39% from 255 or 30.19% from 424); Max value from RGB is 173 - color contains mainly: green. Hex color #7BAD80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAD80 is #84527F. Grayscale: #999999. Windows color (decimal): -8671872 or 8433019. OLE color: 8433019.

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

Color convert

RGB 123 173 128 -
CMYK 0.29 0 0.26 0.32
HSL 126º 0.23% 0.58% -
HSV(B) 126º 0.29% 0.68% -
XYZ 27.01 35.66 25.88 -
YUV 152.92 113.94 106.66 -
System Red Green Blue C M Y K H S L
Decimal 123 173 128 0.29 0 0.26 0.32 126 0.23 0.58
Hex 7B AD 80 1D 0 1A 20 7E 17 3A
Octal 173 255 200 35 0 32 40 176 27 72
Binary 1111011 10101101 10000000 11101 0 11010 100000 1111110 10111 111010

Color Harmonies of #7BAD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAD80

Black with #7BAD80

Text Example


Text Example

White with #7BAD80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,173,128); }

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

background-color css

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

 a { background-color: rgb(123,173,128); }

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

border-color css

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

 span { border-color: rgb(123,173,128); }

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