#83AD78

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

Shades of Amulet #83AD78

Tints of Amulet #83AD78

Color information

#83AD78 (or 0x83AD78) is unknown color: approx Amulet. HEX triplet: 83, AD and 78. RGB value is (131,173,120). Sum of RGB (Red+Green+Blue) = 131+173+120=424 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.90% from 424); Green value is 173 (67.97% from 255 or 40.80% from 424); Blue value is 120 (47.27% from 255 or 28.30% from 424); Max value from RGB is 173 - color contains mainly: green. Hex color #83AD78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AD78 is #7C5287. Grayscale: #9A9A9A. Windows color (decimal): -8147592 or 7908739. OLE color: 7908739.

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

Color convert

RGB131173120-
CMYK0.2400.310.32
HSL107.55º24.42%57.45%-
HSV(B)107.55º30.64%67.84%-
XYZ27.6936.0723.27-
YUV154.4108.59111.31-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.90%
GREEN value IS 173 (67.97% from 255) = 40.80%
BLUE value IS 120 (47.27% from 255) = 28.30%
R=30.90%
G=40.80%
B=28.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1311731200.2400.310.32107.5524.4257.45
Hex83AD781801F206c1839
Octal20325517030037401543071
Binary1000001110101101111100011000011111100000110110011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AD78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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