Html Css Color HEX #80B087 Envy

📋 copy color: '#80B087'

red 128 ◦ green 176 ◦ blue 135

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

Shades of Envy #80B087

Tints of Envy #80B087

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.09%

 BLUE value IS 135 (53.13% from 255) = 30.75%

R = 29.16%
G = 40.09%
B = 30.75%

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

#80B087 (or 0x80B087) is known color: Envy. HEX triplet: 80, B0 and 87. RGB value is (128,176,135). Sum of RGB (Red+Green+Blue) = 128+176+135=439 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.16% from 439); Green value is 176 (69.14% from 255 or 40.09% from 439); Blue value is 135 (53.12% from 255 or 30.75% from 439); Max value from RGB is 176 - color contains mainly: green. Hex color #80B087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80B087 is #7F4F78. Grayscale: #9D9D9D. Windows color (decimal): -8343417 or 8892544. OLE color: 8892544.

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

Color convert

RGB 128 176 135 -
CMYK 0.27 0 0.23 0.31
HSL 128.75º 0.23% 0.6% -
HSV(B) 128.75º 0.27% 0.69% -
XYZ 28.8 37.39 28.62 -
YUV 156.97 115.6 107.33 -
System Red Green Blue C M Y K H S L
Decimal 128 176 135 0.27 0 0.23 0.31 128.75 0.23 0.6
Hex 80 B0 87 1B 0 17 1F 81 17 3C
Octal 200 260 207 33 0 27 37 201 27 74
Binary 10000000 10110000 10000111 11011 0 10111 11111 10000001 10111 111100

Color Harmonies of #80B087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B087

Black with #80B087

Text Example


Text Example

White with #80B087

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,176,135); }

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

background-color css

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

 a { background-color: rgb(128,176,135); }

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

border-color css

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

 span { border-color: rgb(128,176,135); }

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