Html Css Color HEX #80AF79 Amulet

📋 copy color: '#80AF79'

red 128 ◦ green 175 ◦ blue 121

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

Shades of Amulet #80AF79

Tints of Amulet #80AF79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 28.54%

R = 30.19%
G = 41.27%
B = 28.54%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#80AF79 (or 0x80AF79) is known color: Amulet. HEX triplet: 80, AF and 79. RGB value is (128,175,121). Sum of RGB (Red+Green+Blue) = 128+175+121=424 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.19% from 424); Green value is 175 (68.75% from 255 or 41.27% from 424); Blue value is 121 (47.66% from 255 or 28.54% from 424); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AF79 is #7F5086. Grayscale: #9A9A9A. Windows color (decimal): -8343687 or 7974784. OLE color: 7974784.

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

Color convert

RGB 128 175 121 -
CMYK 0.27 0 0.31 0.31
HSL 112.22º 0.25% 0.58% -
HSV(B) 112.22º 0.31% 0.69% -
XYZ 27.68 36.63 23.7 -
YUV 154.79 108.93 108.89 -
System Red Green Blue C M Y K H S L
Decimal 128 175 121 0.27 0 0.31 0.31 112.22 0.25 0.58
Hex 80 AF 79 1B 0 1F 1F 70 19 3A
Octal 200 257 171 33 0 37 37 160 31 72
Binary 10000000 10101111 1111001 11011 0 11111 11111 1110000 11001 111010

Color Harmonies of #80AF79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AF79

Black with #80AF79

Text Example


Text Example

White with #80AF79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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