#7BA472

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

Shades of Amulet #7BA472

Tints of Amulet #7BA472

Color information

#7BA472 (or 0x7BA472) is unknown color: approx Amulet. HEX triplet: 7B, A4 and 72. RGB value is (123,164,114). Sum of RGB (Red+Green+Blue) = 123+164+114=401 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.67% from 401); Green value is 164 (64.45% from 255 or 40.90% from 401); Blue value is 114 (44.92% from 255 or 28.43% from 401); Max value from RGB is 164 - color contains mainly: green. Hex color #7BA472 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA472 is #845B8D. Grayscale: #929292. Windows color (decimal): -8674190 or 7513211. OLE color: 7513211.

HSL color Cylindrical-coordinate representation of color #7BA472: hue angle of 109.2º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7BA472 is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB123164114-
CMYK0.2500.300.36
HSL109.2º21.55%54.51%-
HSV(B)109.2º30.49%64.31%-
XYZ24.4831.9820.8-
YUV146.04109.92111.57-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.67%
GREEN value IS 164 (64.45% from 255) = 40.90%
BLUE value IS 114 (44.92% from 255) = 28.43%
R=30.67%
G=40.90%
B=28.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1231641140.2500.300.36109.221.5554.51
Hex7BA4721901E246d1637
Octal17324416231036441552667
Binary111101110100100111001011001011110100100110110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,164,114); }

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

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

 a { background-color: rgb(123,164,114); }

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

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

 span { border-color: rgb(123,164,114); }

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