Html Css Color HEX #80AF72 Amulet

📋 copy color: '#80AF72'

red 128 ◦ green 175 ◦ blue 114

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

Shades of Amulet #80AF72

Tints of Amulet #80AF72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.34%

R = 30.7%
G = 41.97%
B = 27.34%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#80AF72 (or 0x80AF72) is known color: Amulet. HEX triplet: 80, AF and 72. RGB value is (128,175,114). Sum of RGB (Red+Green+Blue) = 128+175+114=417 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.70% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 114 (44.92% from 255 or 27.34% from 417); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AF72 is #7F508D. Grayscale: #9A9A9A. Windows color (decimal): -8343694 or 7516032. OLE color: 7516032.

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

Color convert

RGB 128 175 114 -
CMYK 0.27 0 0.35 0.31
HSL 106.23º 0.28% 0.57% -
HSV(B) 106.23º 0.35% 0.69% -
XYZ 27.27 36.46 21.52 -
YUV 153.99 105.43 109.46 -
System Red Green Blue C M Y K H S L
Decimal 128 175 114 0.27 0 0.35 0.31 106.23 0.28 0.57
Hex 80 AF 72 1B 0 23 1F 6A 1C 39
Octal 200 257 162 33 0 43 37 152 34 71
Binary 10000000 10101111 1110010 11011 0 100011 11111 1101010 11100 111001

Color Harmonies of #80AF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AF72

Black with #80AF72

Text Example


Text Example

White with #80AF72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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