#83AC78

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

Shades of Amulet #83AC78

Tints of Amulet #83AC78

Color information

#83AC78 (or 0x83AC78) is unknown color: approx Amulet. HEX triplet: 83, AC and 78. RGB value is (131,172,120). Sum of RGB (Red+Green+Blue) = 131+172+120=423 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.97% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 120 (47.27% from 255 or 28.37% from 423); Max value from RGB is 172 - color contains mainly: green. Hex color #83AC78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AC78 is #7C5387. Grayscale: #999999. Windows color (decimal): -8147848 or 7908483. OLE color: 7908483.

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

Color convert

RGB131172120-
CMYK0.2400.300.33
HSL107.31º23.85%57.25%-
HSV(B)107.31º30.23%67.45%-
XYZ27.535.6923.21-
YUV153.81108.92111.73-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.97%
GREEN value IS 172 (67.58% from 255) = 40.66%
BLUE value IS 120 (47.27% from 255) = 28.37%
R=30.97%
G=40.66%
B=28.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1311721200.2400.300.33107.3123.8557.25
Hex83AC781801E216b1839
Octal20325417030036411533071
Binary1000001110101100111100011000011110100001110101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AC78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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