#7BA370

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

Shades of Amulet #7BA370

Tints of Amulet #7BA370

Color information

#7BA370 (or 0x7BA370) is unknown color: approx Amulet. HEX triplet: 7B, A3 and 70. RGB value is (123,163,112). Sum of RGB (Red+Green+Blue) = 123+163+112=398 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.90% from 398); Green value is 163 (64.06% from 255 or 40.95% from 398); Blue value is 112 (44.14% from 255 or 28.14% from 398); Max value from RGB is 163 - color contains mainly: green. Hex color #7BA370 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA370 is #845C8F. Grayscale: #919191. Windows color (decimal): -8674448 or 7381883. OLE color: 7381883.

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

Color convert

RGB123163112-
CMYK0.2500.310.36
HSL107.06º21.7%53.92%-
HSV(B)107.06º31.29%63.92%-
XYZ24.1931.5820.15-
YUV145.23109.25112.15-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.90%
GREEN value IS 163 (64.06% from 255) = 40.95%
BLUE value IS 112 (44.14% from 255) = 28.14%
R=30.90%
G=40.95%
B=28.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1231631120.2500.310.36107.0621.753.92
Hex7BA3701901F246b1636
Octal17324316031037441532666
Binary111101110100011111000011001011111100100110101110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,163,112); }

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

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

 a { background-color: rgb(123,163,112); }

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

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

 span { border-color: rgb(123,163,112); }

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