Html Css Color HEX #80AF76 Amulet

📋 copy color: '#80AF76'

red 128 ◦ green 175 ◦ blue 118

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

Shades of Amulet #80AF76

Tints of Amulet #80AF76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 28.03%

R = 30.4%
G = 41.57%
B = 28.03%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#80AF76 (or 0x80AF76) is known color: Amulet. HEX triplet: 80, AF and 76. RGB value is (128,175,118). Sum of RGB (Red+Green+Blue) = 128+175+118=421 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.40% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 118 (46.48% from 255 or 28.03% from 421); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AF76 is #7F5089. Grayscale: #9A9A9A. Windows color (decimal): -8343690 or 7778176. OLE color: 7778176.

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

Color convert

RGB 128 175 118 -
CMYK 0.27 0 0.33 0.31
HSL 109.47º 0.26% 0.57% -
HSV(B) 109.47º 0.33% 0.69% -
XYZ 27.5 36.56 22.75 -
YUV 154.45 107.43 109.13 -
System Red Green Blue C M Y K H S L
Decimal 128 175 118 0.27 0 0.33 0.31 109.47 0.26 0.57
Hex 80 AF 76 1B 0 21 1F 6D 1A 39
Octal 200 257 166 33 0 41 37 155 32 71
Binary 10000000 10101111 1110110 11011 0 100001 11111 1101101 11010 111001

Color Harmonies of #80AF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AF76

Black with #80AF76

Text Example


Text Example

White with #80AF76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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