Html Css Color HEX #80AF86 Envy

📋 copy color: '#80AF86'

red 128 ◦ green 175 ◦ blue 134

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

Shades of Envy #80AF86

Tints of Envy #80AF86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 30.66%

R = 29.29%
G = 40.05%
B = 30.66%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#80AF86 (or 0x80AF86) is known color: Envy. HEX triplet: 80, AF and 86. RGB value is (128,175,134). Sum of RGB (Red+Green+Blue) = 128+175+134=437 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.29% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 134 (52.73% from 255 or 30.66% from 437); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AF86 is #7F5079. Grayscale: #9C9C9C. Windows color (decimal): -8343674 or 8826752. OLE color: 8826752.

HSL color Cylindrical-coordinate representation of color #80AF86: hue angle of 127.66º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #80AF86 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 128 175 134 -
CMYK 0.27 0 0.23 0.31
HSL 127.66º 0.23% 0.59% -
HSV(B) 127.66º 0.27% 0.69% -
XYZ 28.54 36.97 28.19 -
YUV 156.27 115.43 107.83 -
System Red Green Blue C M Y K H S L
Decimal 128 175 134 0.27 0 0.23 0.31 127.66 0.23 0.59
Hex 80 AF 86 1B 0 17 1F 80 17 3B
Octal 200 257 206 33 0 27 37 200 27 73
Binary 10000000 10101111 10000110 11011 0 10111 11111 10000000 10111 111011

Color Harmonies of #80AF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AF86

Black with #80AF86

Text Example


Text Example

White with #80AF86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,175,134); }

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

background-color css

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

 a { background-color: rgb(128,175,134); }

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

border-color css

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

 span { border-color: rgb(128,175,134); }

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