#83AD75

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

Shades of Amulet #83AD75

Tints of Amulet #83AD75

Color information

#83AD75 (or 0x83AD75) is unknown color: approx Amulet. HEX triplet: 83, AD and 75. RGB value is (131,173,117). Sum of RGB (Red+Green+Blue) = 131+173+117=421 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.12% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 117 (46.09% from 255 or 27.79% from 421); Max value from RGB is 173 - color contains mainly: green. Hex color #83AD75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AD75 is #7C528A. Grayscale: #9A9A9A. Windows color (decimal): -8147595 or 7712131. OLE color: 7712131.

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

Color convert

RGB131173117-
CMYK0.2400.320.32
HSL105º25.45%56.86%-
HSV(B)105º32.37%67.84%-
XYZ27.513622.33-
YUV154.06107.09111.55-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.12%
GREEN value IS 173 (67.97% from 255) = 41.09%
BLUE value IS 117 (46.09% from 255) = 27.79%
R=31.12%
G=41.09%
B=27.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1311731170.2400.320.3210525.4556.86
Hex83AD751802020691939
Octal20325516530040401513171
Binary10000011101011011110101110000100000100000110100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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