#7BA566

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

Shades of Amulet #7BA566

Tints of Amulet #7BA566

Color information

#7BA566 (or 0x7BA566) is unknown color: approx Amulet. HEX triplet: 7B, A5 and 66. RGB value is (123,165,102). Sum of RGB (Red+Green+Blue) = 123+165+102=390 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.54% from 390); Green value is 165 (64.84% from 255 or 42.31% from 390); Blue value is 102 (40.23% from 255 or 26.15% from 390); Max value from RGB is 165 - color contains mainly: green. Hex color #7BA566 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA566 is #845A99. Grayscale: #919191. Windows color (decimal): -8673946 or 6727035. OLE color: 6727035.

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

Color convert

RGB123165102-
CMYK0.2500.380.35
HSL100º25.93%52.35%-
HSV(B)100º38.18%64.71%-
XYZ24.0232.0817.5-
YUV145.26103.59112.12-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.54%
GREEN value IS 165 (64.84% from 255) = 42.31%
BLUE value IS 102 (40.23% from 255) = 26.15%
R=31.54%
G=42.31%
B=26.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1231651020.2500.380.3510025.9352.35
Hex7BA5661902623641a34
Octal17324514631046431443264
Binary1111011101001011100110110010100110100011110010011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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