#7CA77A

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

Shades of Amulet #7CA77A

Tints of Amulet #7CA77A

Color information

#7CA77A (or 0x7CA77A) is unknown color: approx Amulet. HEX triplet: 7C, A7 and 7A. RGB value is (124,167,122). Sum of RGB (Red+Green+Blue) = 124+167+122=413 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.02% from 413); Green value is 167 (65.62% from 255 or 40.44% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 167 - color contains mainly: green. Hex color #7CA77A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA77A is #835885. Grayscale: #959595. Windows color (decimal): -8607878 or 8038268. OLE color: 8038268.

HSL color Cylindrical-coordinate representation of color #7CA77A: hue angle of 117.33º 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 #7CA77A is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB124167122-
CMYK0.2600.270.35
HSL117.33º20.36%56.67%-
HSV(B)117.33º26.95%65.49%-
XYZ25.6433.3323.49-
YUV149.01112.75110.16-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.02%
GREEN value IS 167 (65.62% from 255) = 40.44%
BLUE value IS 122 (48.05% from 255) = 29.54%
R=30.02%
G=40.44%
B=29.54%

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
Decimal1241671220.2600.270.35117.3320.3656.67
Hex7CA77A1A01B23751439
Octal17424717232033431652471
Binary111110010100111111101011010011011100011111010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA77A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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