Html Css Color HEX #80A981 Envy

📋 copy color: '#80A981'

red 128 ◦ green 169 ◦ blue 129

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

Shades of Envy #80A981

Tints of Envy #80A981

RGB

 RED value IS 128 (50.39% from 255) = 30.05%

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

 BLUE value IS 129 (50.78% from 255) = 30.28%

R = 30.05%
G = 39.67%
B = 30.28%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#80A981 (or 0x80A981) is known color: Envy. HEX triplet: 80, A9 and 81. RGB value is (128,169,129). Sum of RGB (Red+Green+Blue) = 128+169+129=426 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.05% from 426); Green value is 169 (66.41% from 255 or 39.67% from 426); Blue value is 129 (50.78% from 255 or 30.28% from 426); Max value from RGB is 169 - color contains mainly: green. Hex color #80A981 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A981 is #7F567E. Grayscale: #989898. Windows color (decimal): -8345215 or 8497536. OLE color: 8497536.

HSL color Cylindrical-coordinate representation of color #80A981: hue angle of 121.46º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #80A981 is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB 128 169 129 -
CMYK 0.24 0 0.24 0.34
HSL 121.46º 0.19% 0.58% -
HSV(B) 121.46º 0.24% 0.66% -
XYZ 27.05 34.55 26.01 -
YUV 152.18 114.92 110.75 -
System Red Green Blue C M Y K H S L
Decimal 128 169 129 0.24 0 0.24 0.34 121.46 0.19 0.58
Hex 80 A9 81 18 0 18 22 79 13 3A
Octal 200 251 201 30 0 30 42 171 23 72
Binary 10000000 10101001 10000001 11000 0 11000 100010 1111001 10011 111010

Color Harmonies of #80A981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A981

Black with #80A981

Text Example


Text Example

White with #80A981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80A981; }

 p { color: rgb(128,169,129); }

 H1.HeaderClassName
 {
   color: #80A981;
 }
 .AnyTagClassName
 {
   color: #80A981;
 }
</style>

background-color css

<style>
 a { background-color: #80A981; }

 a { background-color: rgb(128,169,129); }

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

border-color css

<style>
 span { border-color: #80A981; }

 span { border-color: rgb(128,169,129); }

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