#83AF7C

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

Shades of Amulet #83AF7C

Tints of Amulet #83AF7C

Color information

#83AF7C (or 0x83AF7C) is unknown color: approx Amulet. HEX triplet: 83, AF and 7C. RGB value is (131,175,124). Sum of RGB (Red+Green+Blue) = 131+175+124=430 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.47% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 124 (48.83% from 255 or 28.84% from 430); Max value from RGB is 175 - color contains mainly: green. Hex color #83AF7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AF7C is #7C5083. Grayscale: #9C9C9C. Windows color (decimal): -8147076 or 8171395. OLE color: 8171395.

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

Color convert

RGB131175124-
CMYK0.2500.290.31
HSL111.76º24.17%58.63%-
HSV(B)111.76º29.14%68.63%-
XYZ28.3336.9424.71-
YUV156.03109.92110.15-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.47%
GREEN value IS 175 (68.75% from 255) = 40.70%
BLUE value IS 124 (48.83% from 255) = 28.84%
R=30.47%
G=40.70%
B=28.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1311751240.2500.290.31111.7624.1758.63
Hex83AF7C1901D1F70183b
Octal20325717431035371603073
Binary100000111010111111111001100101110111111111000011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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