#7BA272

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

Shades of Amulet #7BA272

Tints of Amulet #7BA272

Color information

#7BA272 (or 0x7BA272) is unknown color: approx Amulet. HEX triplet: 7B, A2 and 72. RGB value is (123,162,114). Sum of RGB (Red+Green+Blue) = 123+162+114=399 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.83% from 399); Green value is 162 (63.67% from 255 or 40.60% from 399); Blue value is 114 (44.92% from 255 or 28.57% from 399); Max value from RGB is 162 - color contains mainly: green. Hex color #7BA272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA272 is #845D8D. Grayscale: #919191. Windows color (decimal): -8674702 or 7512699. OLE color: 7512699.

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

Color convert

RGB123162114-
CMYK0.2400.300.36
HSL108.75º20.51%54.12%-
HSV(B)108.75º29.63%63.53%-
XYZ24.1331.2720.68-
YUV144.87110.58112.4-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.83%
GREEN value IS 162 (63.67% from 255) = 40.60%
BLUE value IS 114 (44.92% from 255) = 28.57%
R=30.83%
G=40.60%
B=28.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1231621140.2400.300.36108.7520.5154.12
Hex7BA2721801E246d1536
Octal17324216230036441552566
Binary111101110100010111001011000011110100100110110110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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