Html Css Color HEX #80A86F Amulet

📋 copy color: '#80A86F'

red 128 ◦ green 168 ◦ blue 111

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

Shades of Amulet #80A86F

Tints of Amulet #80A86F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.28%

 BLUE value IS 111 (43.75% from 255) = 27.27%

R = 31.45%
G = 41.28%
B = 27.27%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.34

 K value IS 0.34

RGB Variations

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

Color information

#80A86F (or 0x80A86F) is known color: Amulet. HEX triplet: 80, A8 and 6F. RGB value is (128,168,111). Sum of RGB (Red+Green+Blue) = 128+168+111=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 168 (66.02% from 255 or 41.28% from 407); Blue value is 111 (43.75% from 255 or 27.27% from 407); Max value from RGB is 168 - color contains mainly: green. Hex color #80A86F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A86F is #7F5790. Grayscale: #959595. Windows color (decimal): -8345489 or 7317632. OLE color: 7317632.

HSL color Cylindrical-coordinate representation of color #80A86F: hue angle of 102.11º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #80A86F is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.34.

Color convert

RGB 128 168 111 -
CMYK 0.24 0 0.34 0.34
HSL 102.11º 0.25% 0.55% -
HSV(B) 102.11º 0.34% 0.66% -
XYZ 25.77 33.74 20.19 -
YUV 149.54 106.25 112.63 -
System Red Green Blue C M Y K H S L
Decimal 128 168 111 0.24 0 0.34 0.34 102.11 0.25 0.55
Hex 80 A8 6F 18 0 22 22 66 19 37
Octal 200 250 157 30 0 42 42 146 31 67
Binary 10000000 10101000 1101111 11000 0 100010 100010 1100110 11001 110111

Color Harmonies of #80A86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A86F

Black with #80A86F

Text Example


Text Example

White with #80A86F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,168,111); }

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

background-color css

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

 a { background-color: rgb(128,168,111); }

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

border-color css

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

 span { border-color: rgb(128,168,111); }

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