#7BA570

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

Shades of Amulet #7BA570

Tints of Amulet #7BA570

Color information

#7BA570 (or 0x7BA570) is unknown color: approx Amulet. HEX triplet: 7B, A5 and 70. RGB value is (123,165,112). Sum of RGB (Red+Green+Blue) = 123+165+112=400 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.75% from 400); Green value is 165 (64.84% from 255 or 41.25% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 165 - color contains mainly: green. Hex color #7BA570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA570 is #845A8F. Grayscale: #929292. Windows color (decimal): -8673936 or 7382395. OLE color: 7382395.

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

Color convert

RGB123165112-
CMYK0.2500.320.35
HSL107.55º22.75%54.31%-
HSV(B)107.55º32.12%64.71%-
XYZ24.5532.2920.27-
YUV146.4108.59111.31-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.75%
GREEN value IS 165 (64.84% from 255) = 41.25%
BLUE value IS 112 (44.14% from 255) = 28%
R=30.75%
G=41.25%
B=28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1231651120.2500.320.35107.5522.7554.31
Hex7BA57019020236c1736
Octal17324516031040431542766
Binary1111011101001011110000110010100000100011110110010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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