Html Css Color HEX #80AF7A Amulet

📋 copy color: '#80AF7A'

red 128 ◦ green 175 ◦ blue 122

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

Shades of Amulet #80AF7A

Tints of Amulet #80AF7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.71%

R = 30.12%
G = 41.18%
B = 28.71%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#80AF7A (or 0x80AF7A) is known color: Amulet. HEX triplet: 80, AF and 7A. RGB value is (128,175,122). Sum of RGB (Red+Green+Blue) = 128+175+122=425 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.12% from 425); Green value is 175 (68.75% from 255 or 41.18% from 425); Blue value is 122 (48.05% from 255 or 28.71% from 425); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AF7A is #7F5085. Grayscale: #9B9B9B. Windows color (decimal): -8343686 or 8040320. OLE color: 8040320.

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

Color convert

RGB 128 175 122 -
CMYK 0.27 0 0.30 0.31
HSL 113.21º 0.25% 0.58% -
HSV(B) 113.21º 0.3% 0.69% -
XYZ 27.74 36.65 24.03 -
YUV 154.91 109.43 108.81 -
System Red Green Blue C M Y K H S L
Decimal 128 175 122 0.27 0 0.30 0.31 113.21 0.25 0.58
Hex 80 AF 7A 1B 0 1E 1F 71 19 3A
Octal 200 257 172 33 0 36 37 161 31 72
Binary 10000000 10101111 1111010 11011 0 11110 11111 1110001 11001 111010

Color Harmonies of #80AF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AF7A

Black with #80AF7A

Text Example


Text Example

White with #80AF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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