#7BA77A

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

Shades of Amulet #7BA77A

Tints of Amulet #7BA77A

Color information

#7BA77A (or 0x7BA77A) is unknown color: approx Amulet. HEX triplet: 7B, A7 and 7A. RGB value is (123,167,122). Sum of RGB (Red+Green+Blue) = 123+167+122=412 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.85% from 412); Green value is 167 (65.62% from 255 or 40.53% from 412); Blue value is 122 (48.05% from 255 or 29.61% from 412); Max value from RGB is 167 - color contains mainly: green. Hex color #7BA77A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA77A is #845885. Grayscale: #949494. Windows color (decimal): -8673414 or 8038267. OLE color: 8038267.

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

Color convert

RGB123167122-
CMYK0.2600.270.35
HSL118.67º20.36%56.67%-
HSV(B)118.67º26.95%65.49%-
XYZ25.533.2523.49-
YUV148.71112.92109.66-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.85%
GREEN value IS 167 (65.62% from 255) = 40.53%
BLUE value IS 122 (48.05% from 255) = 29.61%
R=29.85%
G=40.53%
B=29.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1231671220.2600.270.35118.6720.3656.67
Hex7BA77A1A01B23771439
Octal17324717232033431672471
Binary111101110100111111101011010011011100011111011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA77A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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