Html Css Color HEX #80A278 Amulet

📋 copy color: '#80A278'

red 128 ◦ green 162 ◦ blue 120

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

Shades of Amulet #80A278

Tints of Amulet #80A278

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.51%

 BLUE value IS 120 (47.27% from 255) = 29.27%

R = 31.22%
G = 39.51%
B = 29.27%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#80A278 (or 0x80A278) is known color: Amulet. HEX triplet: 80, A2 and 78. RGB value is (128,162,120). Sum of RGB (Red+Green+Blue) = 128+162+120=410 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.22% from 410); Green value is 162 (63.67% from 255 or 39.51% from 410); Blue value is 120 (47.27% from 255 or 29.27% from 410); Max value from RGB is 162 - color contains mainly: green. Hex color #80A278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A278 is #7F5D87. Grayscale: #939393. Windows color (decimal): -8347016 or 7905920. OLE color: 7905920.

HSL color Cylindrical-coordinate representation of color #80A278: hue angle of 108.57º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #80A278 is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB 128 162 120 -
CMYK 0.21 0 0.26 0.36
HSL 108.57º 0.18% 0.55% -
HSV(B) 108.57º 0.26% 0.64% -
XYZ 25.21 31.79 22.58 -
YUV 147.05 112.74 114.42 -
System Red Green Blue C M Y K H S L
Decimal 128 162 120 0.21 0 0.26 0.36 108.57 0.18 0.55
Hex 80 A2 78 15 0 1A 24 6D 12 37
Octal 200 242 170 25 0 32 44 155 22 67
Binary 10000000 10100010 1111000 10101 0 11010 100100 1101101 10010 110111

Color Harmonies of #80A278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A278

Black with #80A278

Text Example


Text Example

White with #80A278

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,162,120); }

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

background-color css

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

 a { background-color: rgb(128,162,120); }

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

border-color css

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

 span { border-color: rgb(128,162,120); }

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