Html Css Color HEX #80B071 Amulet

📋 copy color: '#80B071'

red 128 ◦ green 176 ◦ blue 113

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

Shades of Amulet #80B071

Tints of Amulet #80B071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 27.1%

R = 30.7%
G = 42.21%
B = 27.1%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#80B071 (or 0x80B071) is known color: Amulet. HEX triplet: 80, B0 and 71. RGB value is (128,176,113). Sum of RGB (Red+Green+Blue) = 128+176+113=417 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.70% from 417); Green value is 176 (69.14% from 255 or 42.21% from 417); Blue value is 113 (44.53% from 255 or 27.10% from 417); Max value from RGB is 176 - color contains mainly: green. Hex color #80B071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80B071 is #7F4F8E. Grayscale: #9A9A9A. Windows color (decimal): -8343439 or 7450752. OLE color: 7450752.

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

Color convert

RGB 128 176 113 -
CMYK 0.27 0 0.36 0.31
HSL 105.71º 0.29% 0.57% -
HSV(B) 105.71º 0.36% 0.69% -
XYZ 27.41 36.83 21.29 -
YUV 154.47 104.6 109.12 -
System Red Green Blue C M Y K H S L
Decimal 128 176 113 0.27 0 0.36 0.31 105.71 0.29 0.57
Hex 80 B0 71 1B 0 24 1F 6A 1D 39
Octal 200 260 161 33 0 44 37 152 35 71
Binary 10000000 10110000 1110001 11011 0 100100 11111 1101010 11101 111001

Color Harmonies of #80B071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B071

Black with #80B071

Text Example


Text Example

White with #80B071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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