#80AF6C

Color #80AF6C Amulet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amulet #80AF6C

Tints of Amulet #80AF6C

Color information

#80AF6C (or 0x80AF6C) is unknown color: approx Amulet. HEX triplet: 80, AF and 6C. RGB value is (128,175,108). Sum of RGB (Red+Green+Blue) = 128+175+108=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 108 (42.58% from 255 or 26.28% from 411); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AF6C is #7F5093. Grayscale: #999999. Windows color (decimal): -8343700 or 7122816. OLE color: 7122816.

HSL color Cylindrical-coordinate representation of color #80AF6C: hue angle of 102.09º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80AF6C is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB128175108-
CMYK0.2700.380.31
HSL102.09º29.52%55.49%-
HSV(B)102.09º38.29%68.63%-
XYZ26.9436.3319.78-
YUV153.31102.43109.95-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.14%
GREEN value IS 175 (68.75% from 255) = 42.58%
BLUE value IS 108 (42.58% from 255) = 26.28%
R=31.14%
G=42.58%
B=26.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1281751080.2700.380.31102.0929.5255.49
Hex80AF6C1B0261F661e37
Octal20025715433046371463667
Binary1000000010101111110110011011010011011111110011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,175,108); }

 H1.HeaderClassName
 {
   color: #80AF6C;
 }
 .AnyTagClassName
 {
   color: #80AF6C;
 }
</style>
background-color css

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

 a { background-color: rgb(128,175,108); }

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

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

 span { border-color: rgb(128,175,108); }

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