#83AF6D

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

Shades of Amulet #83AF6D

Tints of Amulet #83AF6D

Color information

#83AF6D (or 0x83AF6D) is unknown color: approx Amulet. HEX triplet: 83, AF and 6D. RGB value is (131,175,109). Sum of RGB (Red+Green+Blue) = 131+175+109=415 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.57% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 109 (42.97% from 255 or 26.27% from 415); Max value from RGB is 175 - color contains mainly: green. Hex color #83AF6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AF6D is #7C5092. Grayscale: #9A9A9A. Windows color (decimal): -8147091 or 7188355. OLE color: 7188355.

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

Color convert

RGB131175109-
CMYK0.2500.380.31
HSL100º29.2%55.69%-
HSV(B)100º37.71%68.63%-
XYZ27.4536.5920.08-
YUV154.32102.42111.37-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.57%
GREEN value IS 175 (68.75% from 255) = 42.17%
BLUE value IS 109 (42.97% from 255) = 26.27%
R=31.57%
G=42.17%
B=26.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1311751090.2500.380.3110029.255.69
Hex83AF6D190261F641d38
Octal20325715531046371443570
Binary1000001110101111110110111001010011011111110010011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AF6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83AF6D; }

 p { color: rgb(131,175,109); }

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

<style>
 a { background-color: #83AF6D; }

 a { background-color: rgb(131,175,109); }

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

<style>
 span { border-color: #83AF6D; }

 span { border-color: rgb(131,175,109); }

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