Html Css Color HEX #80A569 Amulet

📋 copy color: '#80A569'

red 128 ◦ green 165 ◦ blue 105

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

Shades of Amulet #80A569

Tints of Amulet #80A569

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.46%

 BLUE value IS 105 (41.41% from 255) = 26.38%

R = 32.16%
G = 41.46%
B = 26.38%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#80A569 (or 0x80A569) is known color: Amulet. HEX triplet: 80, A5 and 69. RGB value is (128,165,105). Sum of RGB (Red+Green+Blue) = 128+165+105=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 165 (64.84% from 255 or 41.46% from 398); Blue value is 105 (41.41% from 255 or 26.38% from 398); Max value from RGB is 165 - color contains mainly: green. Hex color #80A569 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A569 is #7F5A96. Grayscale: #939393. Windows color (decimal): -8346263 or 6923648. OLE color: 6923648.

HSL color Cylindrical-coordinate representation of color #80A569: hue angle of 97º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #80A569 is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB 128 165 105 -
CMYK 0.22 0 0.36 0.35
HSL 97º 0.25% 0.53% -
HSV(B) 97º 0.36% 0.65% -
XYZ 24.91 32.52 18.33 -
YUV 147.1 104.24 114.38 -
System Red Green Blue C M Y K H S L
Decimal 128 165 105 0.22 0 0.36 0.35 97 0.25 0.53
Hex 80 A5 69 16 0 24 23 61 19 35
Octal 200 245 151 26 0 44 43 141 31 65
Binary 10000000 10100101 1101001 10110 0 100100 100011 1100001 11001 110101

Color Harmonies of #80A569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A569

Black with #80A569

Text Example


Text Example

White with #80A569

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,165,105); }

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

background-color css

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

 a { background-color: rgb(128,165,105); }

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

border-color css

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

 span { border-color: rgb(128,165,105); }

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