#7BA569

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

Shades of Amulet #7BA569

Tints of Amulet #7BA569

Color information

#7BA569 (or 0x7BA569) is unknown color: approx Amulet. HEX triplet: 7B, A5 and 69. RGB value is (123,165,105). Sum of RGB (Red+Green+Blue) = 123+165+105=393 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.30% from 393); Green value is 165 (64.84% from 255 or 41.98% from 393); Blue value is 105 (41.41% from 255 or 26.72% from 393); Max value from RGB is 165 - color contains mainly: green. Hex color #7BA569 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA569 is #845A96. Grayscale: #919191. Windows color (decimal): -8673943 or 6923643. OLE color: 6923643.

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

Color convert

RGB123165105-
CMYK0.2500.360.35
HSL102º25%52.94%-
HSV(B)102º36.36%64.71%-
XYZ24.1732.1418.29-
YUV145.6105.09111.88-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.30%
GREEN value IS 165 (64.84% from 255) = 41.98%
BLUE value IS 105 (41.41% from 255) = 26.72%
R=31.30%
G=41.98%
B=26.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1231651050.2500.360.351022552.94
Hex7BA5691902423661935
Octal17324515131044431463165
Binary1111011101001011101001110010100100100011110011011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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