Html Css Color HEX #80AF73 Amulet

📋 copy color: '#80AF73'

red 128 ◦ green 175 ◦ blue 115

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

Shades of Amulet #80AF73

Tints of Amulet #80AF73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.51%

R = 30.62%
G = 41.87%
B = 27.51%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#80AF73 (or 0x80AF73) is known color: Amulet. HEX triplet: 80, AF and 73. RGB value is (128,175,115). Sum of RGB (Red+Green+Blue) = 128+175+115=418 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.62% from 418); Green value is 175 (68.75% from 255 or 41.87% from 418); Blue value is 115 (45.31% from 255 or 27.51% from 418); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AF73 is #7F508C. Grayscale: #9A9A9A. Windows color (decimal): -8343693 or 7581568. OLE color: 7581568.

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

Color convert

RGB 128 175 115 -
CMYK 0.27 0 0.34 0.31
HSL 107º 0.27% 0.57% -
HSV(B) 107º 0.34% 0.69% -
XYZ 27.33 36.49 21.82 -
YUV 154.11 105.93 109.38 -
System Red Green Blue C M Y K H S L
Decimal 128 175 115 0.27 0 0.34 0.31 107 0.27 0.57
Hex 80 AF 73 1B 0 22 1F 6B 1B 39
Octal 200 257 163 33 0 42 37 153 33 71
Binary 10000000 10101111 1110011 11011 0 100010 11111 1101011 11011 111001

Color Harmonies of #80AF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AF73

Black with #80AF73

Text Example


Text Example

White with #80AF73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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