Html Css Color HEX #80B578 Amulet

📋 copy color: '#80B578'

red 128 ◦ green 181 ◦ blue 120

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

Shades of Amulet #80B578

Tints of Amulet #80B578

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.19%

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

R = 29.84%
G = 42.19%
B = 27.97%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#80B578 (or 0x80B578) is known color: Amulet. HEX triplet: 80, B5 and 78. RGB value is (128,181,120). Sum of RGB (Red+Green+Blue) = 128+181+120=429 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.84% from 429); Green value is 181 (71.09% from 255 or 42.19% from 429); Blue value is 120 (47.27% from 255 or 27.97% from 429); Max value from RGB is 181 - color contains mainly: green. Hex color #80B578 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B578 is #7F4A87. Grayscale: #9E9E9E. Windows color (decimal): -8342152 or 7910784. OLE color: 7910784.

HSL color Cylindrical-coordinate representation of color #80B578: hue angle of 112.13º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #80B578 is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB 128 181 120 -
CMYK 0.29 0 0.34 0.29
HSL 112.13º 0.29% 0.59% -
HSV(B) 112.13º 0.34% 0.71% -
XYZ 28.82 38.99 23.78 -
YUV 158.2 106.44 106.46 -
System Red Green Blue C M Y K H S L
Decimal 128 181 120 0.29 0 0.34 0.29 112.13 0.29 0.59
Hex 80 B5 78 1D 0 22 1D 70 1D 3B
Octal 200 265 170 35 0 42 35 160 35 73
Binary 10000000 10110101 1111000 11101 0 100010 11101 1110000 11101 111011

Color Harmonies of #80B578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B578

Black with #80B578

Text Example


Text Example

White with #80B578

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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