Html Css Color HEX #80A67D Amulet

📋 copy color: '#80A67D'

red 128 ◦ green 166 ◦ blue 125

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

Shades of Amulet #80A67D

Tints of Amulet #80A67D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.62%

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

R = 30.55%
G = 39.62%
B = 29.83%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#80A67D (or 0x80A67D) is known color: Amulet. HEX triplet: 80, A6 and 7D. RGB value is (128,166,125). Sum of RGB (Red+Green+Blue) = 128+166+125=419 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.55% from 419); Green value is 166 (65.23% from 255 or 39.62% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 166 - color contains mainly: green. Hex color #80A67D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A67D is #7F5982. Grayscale: #969696. Windows color (decimal): -8345987 or 8234624. OLE color: 8234624.

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

Color convert

RGB 128 166 125 -
CMYK 0.23 0 0.25 0.35
HSL 115.61º 0.19% 0.57% -
HSV(B) 115.61º 0.25% 0.65% -
XYZ 26.24 33.34 24.45 -
YUV 149.96 113.91 112.33 -
System Red Green Blue C M Y K H S L
Decimal 128 166 125 0.23 0 0.25 0.35 115.61 0.19 0.57
Hex 80 A6 7D 17 0 19 23 74 13 39
Octal 200 246 175 27 0 31 43 164 23 71
Binary 10000000 10100110 1111101 10111 0 11001 100011 1110100 10011 111001

Color Harmonies of #80A67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A67D

Black with #80A67D

Text Example


Text Example

White with #80A67D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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