#7BA273

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

Shades of Amulet #7BA273

Tints of Amulet #7BA273

Color information

#7BA273 (or 0x7BA273) is unknown color: approx Amulet. HEX triplet: 7B, A2 and 73. RGB value is (123,162,115). Sum of RGB (Red+Green+Blue) = 123+162+115=400 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.75% from 400); Green value is 162 (63.67% from 255 or 40.5% from 400); Blue value is 115 (45.31% from 255 or 28.75% from 400); Max value from RGB is 162 - color contains mainly: green. Hex color #7BA273 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA273 is #845D8C. Grayscale: #919191. Windows color (decimal): -8674701 or 7578235. OLE color: 7578235.

HSL color Cylindrical-coordinate representation of color #7BA273: hue angle of 109.79º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7BA273 is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB123162115-
CMYK0.2400.290.36
HSL109.79º20.17%54.31%-
HSV(B)109.79º29.01%63.53%-
XYZ24.1831.2920.98-
YUV144.98111.08112.32-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.75%
GREEN value IS 162 (63.67% from 255) = 40.5%
BLUE value IS 115 (45.31% from 255) = 28.75%
R=30.75%
G=40.5%
B=28.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1231621150.2400.290.36109.7920.1754.31
Hex7BA2731801D246e1436
Octal17324216330035441562466
Binary111101110100010111001111000011101100100110111010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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