#83A670

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

Shades of Amulet #83A670

Tints of Amulet #83A670

Color information

#83A670 (or 0x83A670) is unknown color: approx Amulet. HEX triplet: 83, A6 and 70. RGB value is (131,166,112). Sum of RGB (Red+Green+Blue) = 131+166+112=409 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.03% from 409); Green value is 166 (65.23% from 255 or 40.59% from 409); Blue value is 112 (44.14% from 255 or 27.38% from 409); Max value from RGB is 166 - color contains mainly: green. Hex color #83A670 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A670 is #7C598F. Grayscale: #959595. Windows color (decimal): -8149392 or 7382659. OLE color: 7382659.

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

Color convert

RGB131166112-
CMYK0.2100.330.35
HSL98.89º23.28%54.51%-
HSV(B)98.89º32.53%65.1%-
XYZ25.9233.2720.38-
YUV149.38106.9114.89-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.03%
GREEN value IS 166 (65.23% from 255) = 40.59%
BLUE value IS 112 (44.14% from 255) = 27.38%
R=32.03%
G=40.59%
B=27.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1311661120.2100.330.3598.8923.2854.51
Hex83A6701502123631737
Octal20324616025041431432767
Binary10000011101001101110000101010100001100011110001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,166,112); }

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

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

 a { background-color: rgb(131,166,112); }

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

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

 span { border-color: rgb(131,166,112); }

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