#7BAC76

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

Shades of Amulet #7BAC76

Tints of Amulet #7BAC76

Color information

#7BAC76 (or 0x7BAC76) is unknown color: approx Amulet. HEX triplet: 7B, AC and 76. RGB value is (123,172,118). Sum of RGB (Red+Green+Blue) = 123+172+118=413 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.78% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 118 (46.48% from 255 or 28.57% from 413); Max value from RGB is 172 - color contains mainly: green. Hex color #7BAC76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAC76 is #845389. Grayscale: #979797. Windows color (decimal): -8672138 or 7777403. OLE color: 7777403.

HSL color Cylindrical-coordinate representation of color #7BAC76: hue angle of 114.44º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7BAC76 is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB123172118-
CMYK0.2800.310.33
HSL114.44º24.55%56.86%-
HSV(B)114.44º31.4%67.45%-
XYZ26.1935.0222.52-
YUV151.19109.27107.89-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.78%
GREEN value IS 172 (67.58% from 255) = 41.65%
BLUE value IS 118 (46.48% from 255) = 28.57%
R=29.78%
G=41.65%
B=28.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1231721180.2800.310.33114.4424.5556.86
Hex7BAC761C01F21721939
Octal17325416634037411623171
Binary111101110101100111011011100011111100001111001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,172,118); }

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

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

 a { background-color: rgb(123,172,118); }

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

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

 span { border-color: rgb(123,172,118); }

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