#7BA276

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

Shades of Amulet #7BA276

Tints of Amulet #7BA276

Color information

#7BA276 (or 0x7BA276) is unknown color: approx Amulet. HEX triplet: 7B, A2 and 76. RGB value is (123,162,118). Sum of RGB (Red+Green+Blue) = 123+162+118=403 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.52% from 403); Green value is 162 (63.67% from 255 or 40.20% from 403); Blue value is 118 (46.48% from 255 or 29.28% from 403); Max value from RGB is 162 - color contains mainly: green. Hex color #7BA276 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA276 is #845D89. Grayscale: #919191. Windows color (decimal): -8674698 or 7774843. OLE color: 7774843.

HSL color Cylindrical-coordinate representation of color #7BA276: hue angle of 113.18º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7BA276 is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB123162118-
CMYK0.2400.270.36
HSL113.18º19.13%54.9%-
HSV(B)113.18º27.16%63.53%-
XYZ24.3631.3621.91-
YUV145.32112.58112.08-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.52%
GREEN value IS 162 (63.67% from 255) = 40.20%
BLUE value IS 118 (46.48% from 255) = 29.28%
R=30.52%
G=40.20%
B=29.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1231621180.2400.270.36113.1819.1354.9
Hex7BA2761801B24711337
Octal17324216630033441612367
Binary111101110100010111011011000011011100100111000110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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