#7BA573

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

Shades of Amulet #7BA573

Tints of Amulet #7BA573

Color information

#7BA573 (or 0x7BA573) is unknown color: approx Amulet. HEX triplet: 7B, A5 and 73. RGB value is (123,165,115). Sum of RGB (Red+Green+Blue) = 123+165+115=403 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.52% from 403); Green value is 165 (64.84% from 255 or 40.94% from 403); Blue value is 115 (45.31% from 255 or 28.54% from 403); Max value from RGB is 165 - color contains mainly: green. Hex color #7BA573 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA573 is #845A8C. Grayscale: #929292. Windows color (decimal): -8673933 or 7579003. OLE color: 7579003.

HSL color Cylindrical-coordinate representation of color #7BA573: hue angle of 110.4º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7BA573 is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB123165115-
CMYK0.2500.300.35
HSL110.4º21.74%54.9%-
HSV(B)110.4º30.3%64.71%-
XYZ24.7232.3621.16-
YUV146.74110.09111.07-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.52%
GREEN value IS 165 (64.84% from 255) = 40.94%
BLUE value IS 115 (45.31% from 255) = 28.54%
R=30.52%
G=40.94%
B=28.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1231651150.2500.300.35110.421.7454.9
Hex7BA5731901E236e1637
Octal17324516331036431562667
Binary111101110100101111001111001011110100011110111010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7BA573; }

 p { color: rgb(123,165,115); }

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

<style>
 a { background-color: #7BA573; }

 a { background-color: rgb(123,165,115); }

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

<style>
 span { border-color: #7BA573; }

 span { border-color: rgb(123,165,115); }

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