#83AC75

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

Shades of Amulet #83AC75

Tints of Amulet #83AC75

Color information

#83AC75 (or 0x83AC75) is unknown color: approx Amulet. HEX triplet: 83, AC and 75. RGB value is (131,172,117). Sum of RGB (Red+Green+Blue) = 131+172+117=420 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.19% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 172 - color contains mainly: green. Hex color #83AC75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AC75 is #7C538A. Grayscale: #999999. Windows color (decimal): -8147851 or 7711875. OLE color: 7711875.

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

Color convert

RGB131172117-
CMYK0.2400.320.33
HSL104.73º24.89%56.67%-
HSV(B)104.73º31.98%67.45%-
XYZ27.3235.6122.26-
YUV153.47107.42111.97-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.19%
GREEN value IS 172 (67.58% from 255) = 40.95%
BLUE value IS 117 (46.09% from 255) = 27.86%
R=31.19%
G=40.95%
B=27.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1311721170.2400.320.33104.7324.8956.67
Hex83AC751802021691939
Octal20325416530040411513171
Binary10000011101011001110101110000100000100001110100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,172,117); }

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

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

 a { background-color: rgb(131,172,117); }

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

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

 span { border-color: rgb(131,172,117); }

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