#83B676

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

Shades of Amulet #83B676

Tints of Amulet #83B676

Color information

#83B676 (or 0x83B676) is unknown color: approx Amulet. HEX triplet: 83, B6 and 76. RGB value is (131,182,118). Sum of RGB (Red+Green+Blue) = 131+182+118=431 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.39% from 431); Green value is 182 (71.48% from 255 or 42.23% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 182 - color contains mainly: green. Hex color #83B676 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83B676 is #7C4989. Grayscale: #9F9F9F. Windows color (decimal): -8145290 or 7779971. OLE color: 7779971.

HSL color Cylindrical-coordinate representation of color #83B676: hue angle of 107.81º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #83B676 is Cyan = 0.28, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB131182118-
CMYK0.2800.350.29
HSL107.81º30.48%58.82%-
HSV(B)107.81º35.16%71.37%-
XYZ29.3639.5923.23-
YUV159.45104.6107.7-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.39%
GREEN value IS 182 (71.48% from 255) = 42.23%
BLUE value IS 118 (46.48% from 255) = 27.38%
R=30.39%
G=42.23%
B=27.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1311821180.2800.350.29107.8130.4858.82
Hex83B6761C0231D6c1e3b
Octal20326616634043351543673
Binary1000001110110110111011011100010001111101110110011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,182,118); }

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

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

 a { background-color: rgb(131,182,118); }

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

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

 span { border-color: rgb(131,182,118); }

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