#83AB77

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

Shades of Amulet #83AB77

Tints of Amulet #83AB77

Color information

#83AB77 (or 0x83AB77) is unknown color: approx Amulet. HEX triplet: 83, AB and 77. RGB value is (131,171,119). Sum of RGB (Red+Green+Blue) = 131+171+119=421 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.12% from 421); Green value is 171 (67.19% from 255 or 40.62% from 421); Blue value is 119 (46.88% from 255 or 28.27% from 421); Max value from RGB is 171 - color contains mainly: green. Hex color #83AB77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AB77 is #7C5488. Grayscale: #999999. Windows color (decimal): -8148105 or 7842691. OLE color: 7842691.

HSL color Cylindrical-coordinate representation of color #83AB77: hue angle of 106.15º 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 #83AB77 is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB131171119-
CMYK0.2300.300.33
HSL106.15º23.64%56.86%-
HSV(B)106.15º30.41%67.06%-
XYZ27.2535.2822.83-
YUV153.11108.75112.23-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.12%
GREEN value IS 171 (67.19% from 255) = 40.62%
BLUE value IS 119 (46.88% from 255) = 28.27%
R=31.12%
G=40.62%
B=28.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1311711190.2300.300.33106.1523.6456.86
Hex83AB771701E216a1839
Octal20325316727036411523071
Binary1000001110101011111011110111011110100001110101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AB77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,171,119); }

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

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

 a { background-color: rgb(131,171,119); }

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

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

 span { border-color: rgb(131,171,119); }

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