#83AF76

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

Shades of Amulet #83AF76

Tints of Amulet #83AF76

Color information

#83AF76 (or 0x83AF76) is unknown color: approx Amulet. HEX triplet: 83, AF and 76. RGB value is (131,175,118). Sum of RGB (Red+Green+Blue) = 131+175+118=424 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.90% from 424); Green value is 175 (68.75% from 255 or 41.27% from 424); Blue value is 118 (46.48% from 255 or 27.83% from 424); Max value from RGB is 175 - color contains mainly: green. Hex color #83AF76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AF76 is #7C5089. Grayscale: #9B9B9B. Windows color (decimal): -8147082 or 7778179. OLE color: 7778179.

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

Color convert

RGB131175118-
CMYK0.2500.330.31
HSL106.32º26.27%57.45%-
HSV(B)106.32º32.57%68.63%-
XYZ27.9636.7922.77-
YUV155.35106.92110.63-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.90%
GREEN value IS 175 (68.75% from 255) = 41.27%
BLUE value IS 118 (46.48% from 255) = 27.83%
R=30.90%
G=41.27%
B=27.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1311751180.2500.330.31106.3226.2757.45
Hex83AF76190211F6a1a39
Octal20325716631041371523271
Binary1000001110101111111011011001010000111111110101011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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