#7BA379

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

Shades of Amulet #7BA379

Tints of Amulet #7BA379

Color information

#7BA379 (or 0x7BA379) is unknown color: approx Amulet. HEX triplet: 7B, A3 and 79. RGB value is (123,163,121). Sum of RGB (Red+Green+Blue) = 123+163+121=407 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.22% from 407); Green value is 163 (64.06% from 255 or 40.05% from 407); Blue value is 121 (47.66% from 255 or 29.73% from 407); Max value from RGB is 163 - color contains mainly: green. Hex color #7BA379 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA379 is #845C86. Grayscale: #929292. Windows color (decimal): -8674439 or 7971707. OLE color: 7971707.

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

Color convert

RGB123163121-
CMYK0.2500.260.36
HSL117.14º18.58%55.69%-
HSV(B)117.14º25.77%63.92%-
XYZ24.7231.7922.92-
YUV146.25113.75111.42-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.22%
GREEN value IS 163 (64.06% from 255) = 40.05%
BLUE value IS 121 (47.66% from 255) = 29.73%
R=30.22%
G=40.05%
B=29.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1231631210.2500.260.36117.1418.5855.69
Hex7BA3791901A24751338
Octal17324317131032441652370
Binary111101110100011111100111001011010100100111010110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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