Html Css Color HEX #80AD6F Amulet

📋 copy color: '#80AD6F'

red 128 ◦ green 173 ◦ blue 111

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

Shades of Amulet #80AD6F

Tints of Amulet #80AD6F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.99%

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

R = 31.07%
G = 41.99%
B = 26.94%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#80AD6F (or 0x80AD6F) is known color: Amulet. HEX triplet: 80, AD and 6F. RGB value is (128,173,111). Sum of RGB (Red+Green+Blue) = 128+173+111=412 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.07% from 412); Green value is 173 (67.97% from 255 or 41.99% from 412); Blue value is 111 (43.75% from 255 or 26.94% from 412); Max value from RGB is 173 - color contains mainly: green. Hex color #80AD6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AD6F is #7F5290. Grayscale: #989898. Windows color (decimal): -8344209 or 7318912. OLE color: 7318912.

HSL color Cylindrical-coordinate representation of color #80AD6F: hue angle of 103.55º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #80AD6F is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB 128 173 111 -
CMYK 0.26 0 0.36 0.32
HSL 103.55º 0.27% 0.56% -
HSV(B) 103.55º 0.36% 0.68% -
XYZ 26.71 35.62 20.51 -
YUV 152.48 104.59 110.54 -
System Red Green Blue C M Y K H S L
Decimal 128 173 111 0.26 0 0.36 0.32 103.55 0.27 0.56
Hex 80 AD 6F 1A 0 24 20 68 1B 38
Octal 200 255 157 32 0 44 40 150 33 70
Binary 10000000 10101101 1101111 11010 0 100100 100000 1101000 11011 111000

Color Harmonies of #80AD6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AD6F

Black with #80AD6F

Text Example


Text Example

White with #80AD6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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