Html Css Color HEX #80AC6C Amulet

📋 copy color: '#80AC6C'

red 128 ◦ green 172 ◦ blue 108

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

Shades of Amulet #80AC6C

Tints of Amulet #80AC6C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.16%

 BLUE value IS 108 (42.58% from 255) = 26.47%

R = 31.37%
G = 42.16%
B = 26.47%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#80AC6C (or 0x80AC6C) is known color: Amulet. HEX triplet: 80, AC and 6C. RGB value is (128,172,108). Sum of RGB (Red+Green+Blue) = 128+172+108=408 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.37% from 408); Green value is 172 (67.58% from 255 or 42.16% from 408); Blue value is 108 (42.58% from 255 or 26.47% from 408); Max value from RGB is 172 - color contains mainly: green. Hex color #80AC6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AC6C is #7F5393. Grayscale: #979797. Windows color (decimal): -8344468 or 7122048. OLE color: 7122048.

HSL color Cylindrical-coordinate representation of color #80AC6C: hue angle of 101.25º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80AC6C is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 172 108 -
CMYK 0.26 0 0.37 0.33
HSL 101.25º 0.28% 0.55% -
HSV(B) 101.25º 0.37% 0.67% -
XYZ 26.36 35.18 19.59 -
YUV 151.55 103.42 111.2 -
System Red Green Blue C M Y K H S L
Decimal 128 172 108 0.26 0 0.37 0.33 101.25 0.28 0.55
Hex 80 AC 6C 1A 0 25 21 65 1C 37
Octal 200 254 154 32 0 45 41 145 34 67
Binary 10000000 10101100 1101100 11010 0 100101 100001 1100101 11100 110111

Color Harmonies of #80AC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AC6C

Black with #80AC6C

Text Example


Text Example

White with #80AC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,172,108); }

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

background-color css

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

 a { background-color: rgb(128,172,108); }

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

border-color css

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

 span { border-color: rgb(128,172,108); }

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