#7BA77B

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

Shades of Amulet #7BA77B

Tints of Amulet #7BA77B

Color information

#7BA77B (or 0x7BA77B) is unknown color: approx Amulet. HEX triplet: 7B, A7 and 7B. RGB value is (123,167,123). Sum of RGB (Red+Green+Blue) = 123+167+123=413 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.78% from 413); Green value is 167 (65.62% from 255 or 40.44% from 413); Blue value is 123 (48.44% from 255 or 29.78% from 413); Max value from RGB is 167 - color contains mainly: green. Hex color #7BA77B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA77B is #845884. Grayscale: #949494. Windows color (decimal): -8673413 or 8103803. OLE color: 8103803.

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

Color convert

RGB123167123-
CMYK0.2600.260.35
HSL120º20%56.86%-
HSV(B)120º26.35%65.49%-
XYZ25.5633.2823.82-
YUV148.83113.42109.58-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.78%
GREEN value IS 167 (65.62% from 255) = 40.44%
BLUE value IS 123 (48.44% from 255) = 29.78%
R=29.78%
G=40.44%
B=29.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1231671230.2600.260.351202056.86
Hex7BA77B1A01A23781439
Octal17324717332032431702471
Binary111101110100111111101111010011010100011111100010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA77B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,167,123); }

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

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

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

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

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

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

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