#7BA870

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

Shades of Amulet #7BA870

Tints of Amulet #7BA870

Color information

#7BA870 (or 0x7BA870) is unknown color: approx Amulet. HEX triplet: 7B, A8 and 70. RGB value is (123,168,112). Sum of RGB (Red+Green+Blue) = 123+168+112=403 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.52% from 403); Green value is 168 (66.02% from 255 or 41.69% from 403); Blue value is 112 (44.14% from 255 or 27.79% from 403); Max value from RGB is 168 - color contains mainly: green. Hex color #7BA870 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA870 is #84578F. Grayscale: #949494. Windows color (decimal): -8673168 or 7383163. OLE color: 7383163.

HSL color Cylindrical-coordinate representation of color #7BA870: hue angle of 108.21º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7BA870 is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB123168112-
CMYK0.2700.330.34
HSL108.21º24.35%54.9%-
HSV(B)108.21º33.33%65.88%-
XYZ25.133.3920.45-
YUV148.16107.59110.05-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.52%
GREEN value IS 168 (66.02% from 255) = 41.69%
BLUE value IS 112 (44.14% from 255) = 27.79%
R=30.52%
G=41.69%
B=27.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1231681120.2700.330.34108.2124.3554.9
Hex7BA8701B021226c1837
Octal17325016033041421543067
Binary1111011101010001110000110110100001100010110110011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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