Html Css Color HEX #80AC75 Amulet

📋 copy color: '#80AC75'

red 128 ◦ green 172 ◦ blue 117

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

Shades of Amulet #80AC75

Tints of Amulet #80AC75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.06%

R = 30.7%
G = 41.25%
B = 28.06%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#80AC75 (or 0x80AC75) is known color: Amulet. HEX triplet: 80, AC and 75. RGB value is (128,172,117). Sum of RGB (Red+Green+Blue) = 128+172+117=417 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.70% from 417); Green value is 172 (67.58% from 255 or 41.25% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 172 - color contains mainly: green. Hex color #80AC75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AC75 is #7F538A. Grayscale: #989898. Windows color (decimal): -8344459 or 7711872. OLE color: 7711872.

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

Color convert

RGB 128 172 117 -
CMYK 0.26 0 0.32 0.33
HSL 108º 0.25% 0.57% -
HSV(B) 108º 0.32% 0.67% -
XYZ 26.87 35.38 22.24 -
YUV 152.57 107.92 110.47 -
System Red Green Blue C M Y K H S L
Decimal 128 172 117 0.26 0 0.32 0.33 108 0.25 0.57
Hex 80 AC 75 1A 0 20 21 6C 19 39
Octal 200 254 165 32 0 40 41 154 31 71
Binary 10000000 10101100 1110101 11010 0 100000 100001 1101100 11001 111001

Color Harmonies of #80AC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AC75

Black with #80AC75

Text Example


Text Example

White with #80AC75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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