#7BAE73

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

Shades of Amulet #7BAE73

Tints of Amulet #7BAE73

Color information

#7BAE73 (or 0x7BAE73) is unknown color: approx Amulet. HEX triplet: 7B, AE and 73. RGB value is (123,174,115). Sum of RGB (Red+Green+Blue) = 123+174+115=412 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.85% from 412); Green value is 174 (68.36% from 255 or 42.23% from 412); Blue value is 115 (45.31% from 255 or 27.91% from 412); Max value from RGB is 174 - color contains mainly: green. Hex color #7BAE73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAE73 is #84518C. Grayscale: #989898. Windows color (decimal): -8671629 or 7581307. OLE color: 7581307.

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

Color convert

RGB123174115-
CMYK0.2900.340.32
HSL111.86º26.7%56.67%-
HSV(B)111.86º33.91%68.24%-
XYZ26.435.7221.72-
YUV152.02107.1107.3-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.85%
GREEN value IS 174 (68.36% from 255) = 42.23%
BLUE value IS 115 (45.31% from 255) = 27.91%
R=29.85%
G=42.23%
B=27.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1231741150.2900.340.32111.8626.756.67
Hex7BAE731D02220701b39
Octal17325616335042401603371
Binary1111011101011101110011111010100010100000111000011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAE73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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