Html Css Color HEX #80A87D Amulet

📋 copy color: '#80A87D'

red 128 ◦ green 168 ◦ blue 125

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

Shades of Amulet #80A87D

Tints of Amulet #80A87D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.9%

 BLUE value IS 125 (49.22% from 255) = 29.69%

R = 30.4%
G = 39.9%
B = 29.69%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#80A87D (or 0x80A87D) is known color: Amulet. HEX triplet: 80, A8 and 7D. RGB value is (128,168,125). Sum of RGB (Red+Green+Blue) = 128+168+125=421 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.40% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 125 (49.22% from 255 or 29.69% from 421); Max value from RGB is 168 - color contains mainly: green. Hex color #80A87D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A87D is #7F5782. Grayscale: #979797. Windows color (decimal): -8345475 or 8235136. OLE color: 8235136.

HSL color Cylindrical-coordinate representation of color #80A87D: hue angle of 115.81º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #80A87D is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB 128 168 125 -
CMYK 0.24 0 0.26 0.34
HSL 115.81º 0.2% 0.57% -
HSV(B) 115.81º 0.26% 0.66% -
XYZ 26.61 34.08 24.58 -
YUV 151.14 113.25 111.5 -
System Red Green Blue C M Y K H S L
Decimal 128 168 125 0.24 0 0.26 0.34 115.81 0.2 0.57
Hex 80 A8 7D 18 0 1A 22 74 14 39
Octal 200 250 175 30 0 32 42 164 24 71
Binary 10000000 10101000 1111101 11000 0 11010 100010 1110100 10100 111001

Color Harmonies of #80A87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A87D

Black with #80A87D

Text Example


Text Example

White with #80A87D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,168,125); }

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

background-color css

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

 a { background-color: rgb(128,168,125); }

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

border-color css

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

 span { border-color: rgb(128,168,125); }

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