#83AF6B

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

Shades of Amulet #83AF6B

Tints of Amulet #83AF6B

Color information

#83AF6B (or 0x83AF6B) is unknown color: approx Amulet. HEX triplet: 83, AF and 6B. RGB value is (131,175,107). Sum of RGB (Red+Green+Blue) = 131+175+107=413 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.72% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 107 (42.19% from 255 or 25.91% from 413); Max value from RGB is 175 - color contains mainly: green. Hex color #83AF6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AF6B is #7C5094. Grayscale: #9A9A9A. Windows color (decimal): -8147093 or 7057283. OLE color: 7057283.

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

Color convert

RGB131175107-
CMYK0.2500.390.31
HSL98.82º29.82%55.29%-
HSV(B)98.82º38.86%68.63%-
XYZ27.3436.5519.52-
YUV154.09101.42111.53-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.72%
GREEN value IS 175 (68.75% from 255) = 42.37%
BLUE value IS 107 (42.19% from 255) = 25.91%
R=31.72%
G=42.37%
B=25.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1311751070.2500.390.3198.8229.8255.29
Hex83AF6B190271F631e37
Octal20325715331047371433667
Binary1000001110101111110101111001010011111111110001111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AF6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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