Html Css Color HEX #80AF7C Amulet

📋 copy color: '#80AF7C'

red 128 ◦ green 175 ◦ blue 124

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

Shades of Amulet #80AF7C

Tints of Amulet #80AF7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.04%

R = 29.98%
G = 40.98%
B = 29.04%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#80AF7C (or 0x80AF7C) is known color: Amulet. HEX triplet: 80, AF and 7C. RGB value is (128,175,124). Sum of RGB (Red+Green+Blue) = 128+175+124=427 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.98% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 124 (48.83% from 255 or 29.04% from 427); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AF7C is #7F5083. Grayscale: #9B9B9B. Windows color (decimal): -8343684 or 8171392. OLE color: 8171392.

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

Color convert

RGB 128 175 124 -
CMYK 0.27 0 0.29 0.31
HSL 115.29º 0.24% 0.59% -
HSV(B) 115.29º 0.29% 0.69% -
XYZ 27.87 36.7 24.68 -
YUV 155.13 110.43 108.65 -
System Red Green Blue C M Y K H S L
Decimal 128 175 124 0.27 0 0.29 0.31 115.29 0.24 0.59
Hex 80 AF 7C 1B 0 1D 1F 73 18 3B
Octal 200 257 174 33 0 35 37 163 30 73
Binary 10000000 10101111 1111100 11011 0 11101 11111 1110011 11000 111011

Color Harmonies of #80AF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AF7C

Black with #80AF7C

Text Example


Text Example

White with #80AF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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