#83AA6F

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

Shades of Amulet #83AA6F

Tints of Amulet #83AA6F

Color information

#83AA6F (or 0x83AA6F) is unknown color: approx Amulet. HEX triplet: 83, AA and 6F. RGB value is (131,170,111). Sum of RGB (Red+Green+Blue) = 131+170+111=412 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.80% from 412); Green value is 170 (66.80% from 255 or 41.26% from 412); Blue value is 111 (43.75% from 255 or 26.94% from 412); Max value from RGB is 170 - color contains mainly: green. Hex color #83AA6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AA6F is #7C5590. Grayscale: #979797. Windows color (decimal): -8148369 or 7318147. OLE color: 7318147.

HSL color Cylindrical-coordinate representation of color #83AA6F: hue angle of 99.66º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #83AA6F is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB131170111-
CMYK0.2300.350.33
HSL99.66º25.76%55.1%-
HSV(B)99.66º34.71%66.67%-
XYZ26.634.7220.34-
YUV151.61105.08113.3-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.80%
GREEN value IS 170 (66.80% from 255) = 41.26%
BLUE value IS 111 (43.75% from 255) = 26.94%
R=31.80%
G=41.26%
B=26.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1311701110.2300.350.3399.6625.7655.1
Hex83AA6F1702321641a37
Octal20325215727043411443267
Binary10000011101010101101111101110100011100001110010011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,170,111); }

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

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

 a { background-color: rgb(131,170,111); }

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

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

 span { border-color: rgb(131,170,111); }

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