#7BAE76

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

Shades of Amulet #7BAE76

Tints of Amulet #7BAE76

Color information

#7BAE76 (or 0x7BAE76) is unknown color: approx Amulet. HEX triplet: 7B, AE and 76. RGB value is (123,174,118). Sum of RGB (Red+Green+Blue) = 123+174+118=415 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.64% from 415); Green value is 174 (68.36% from 255 or 41.93% from 415); Blue value is 118 (46.48% from 255 or 28.43% from 415); Max value from RGB is 174 - color contains mainly: green. Hex color #7BAE76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAE76 is #845189. Grayscale: #989898. Windows color (decimal): -8671626 or 7777915. OLE color: 7777915.

HSL color Cylindrical-coordinate representation of color #7BAE76: hue angle of 114.64º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7BAE76 is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB123174118-
CMYK0.2900.320.32
HSL114.64º25.69%57.25%-
HSV(B)114.64º32.18%68.24%-
XYZ26.5735.7922.65-
YUV152.37108.6107.05-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.64%
GREEN value IS 174 (68.36% from 255) = 41.93%
BLUE value IS 118 (46.48% from 255) = 28.43%
R=29.64%
G=41.93%
B=28.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1231741180.2900.320.32114.6425.6957.25
Hex7BAE761D02020731a39
Octal17325616635040401633271
Binary1111011101011101110110111010100000100000111001111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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