#80AF6F

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

Shades of Amulet #80AF6F

Tints of Amulet #80AF6F

Color information

#80AF6F (or 0x80AF6F) is unknown color: approx Amulet. HEX triplet: 80, AF and 6F. RGB value is (128,175,111). Sum of RGB (Red+Green+Blue) = 128+175+111=414 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.92% from 414); Green value is 175 (68.75% from 255 or 42.27% from 414); Blue value is 111 (43.75% from 255 or 26.81% from 414); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AF6F is #7F5090. Grayscale: #999999. Windows color (decimal): -8343697 or 7319424. OLE color: 7319424.

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

Color convert

RGB128175111-
CMYK0.2700.370.31
HSL104.06º28.57%56.08%-
HSV(B)104.06º36.57%68.63%-
XYZ27.136.420.64-
YUV153.65103.93109.7-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.92%
GREEN value IS 175 (68.75% from 255) = 42.27%
BLUE value IS 111 (43.75% from 255) = 26.81%
R=30.92%
G=42.27%
B=26.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1281751110.2700.370.31104.0628.5756.08
Hex80AF6F1B0251F681d38
Octal20025715733045371503570
Binary1000000010101111110111111011010010111111110100011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AF6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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