#83B079

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

Shades of Amulet #83B079

Tints of Amulet #83B079

Color information

#83B079 (or 0x83B079) is unknown color: approx Amulet. HEX triplet: 83, B0 and 79. RGB value is (131,176,121). Sum of RGB (Red+Green+Blue) = 131+176+121=428 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.61% from 428); Green value is 176 (69.14% from 255 or 41.12% from 428); Blue value is 121 (47.66% from 255 or 28.27% from 428); Max value from RGB is 176 - color contains mainly: green. Hex color #83B079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83B079 is #7C4F86. Grayscale: #9C9C9C. Windows color (decimal): -8146823 or 7975043. OLE color: 7975043.

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

Color convert

RGB131176121-
CMYK0.2600.310.31
HSL109.09º25.82%58.24%-
HSV(B)109.09º31.25%69.02%-
XYZ28.3437.2623.79-
YUV156.28108.09109.97-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.61%
GREEN value IS 176 (69.14% from 255) = 41.12%
BLUE value IS 121 (47.66% from 255) = 28.27%
R=30.61%
G=41.12%
B=28.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1311761210.2600.310.31109.0925.8258.24
Hex83B0791A01F1F6d1a3a
Octal20326017132037371553272
Binary100000111011000011110011101001111111111110110111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,176,121); }

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

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

 a { background-color: rgb(131,176,121); }

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

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

 span { border-color: rgb(131,176,121); }

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