#7BA977

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

Shades of Amulet #7BA977

Tints of Amulet #7BA977

Color information

#7BA977 (or 0x7BA977) is unknown color: approx Amulet. HEX triplet: 7B, A9 and 77. RGB value is (123,169,119). Sum of RGB (Red+Green+Blue) = 123+169+119=411 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.93% from 411); Green value is 169 (66.41% from 255 or 41.12% from 411); Blue value is 119 (46.88% from 255 or 28.95% from 411); Max value from RGB is 169 - color contains mainly: green. Hex color #7BA977 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA977 is #845688. Grayscale: #959595. Windows color (decimal): -8672905 or 7842171. OLE color: 7842171.

HSL color Cylindrical-coordinate representation of color #7BA977: hue angle of 115.2º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7BA977 is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB123169119-
CMYK0.2700.300.34
HSL115.2º22.52%56.47%-
HSV(B)115.2º29.59%66.27%-
XYZ25.6933.9222.65-
YUV149.55110.76109.07-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.93%
GREEN value IS 169 (66.41% from 255) = 41.12%
BLUE value IS 119 (46.88% from 255) = 28.95%
R=29.93%
G=41.12%
B=28.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1231691190.2700.300.34115.222.5256.47
Hex7BA9771B01E22731738
Octal17325116733036421632770
Binary111101110101001111011111011011110100010111001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,169,119); }

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

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

 a { background-color: rgb(123,169,119); }

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

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

 span { border-color: rgb(123,169,119); }

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