#7CAD73

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

Shades of Amulet #7CAD73

Tints of Amulet #7CAD73

Color information

#7CAD73 (or 0x7CAD73) is unknown color: approx Amulet. HEX triplet: 7C, AD and 73. RGB value is (124,173,115). Sum of RGB (Red+Green+Blue) = 124+173+115=412 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.10% from 412); Green value is 173 (67.97% from 255 or 41.99% from 412); Blue value is 115 (45.31% from 255 or 27.91% from 412); Max value from RGB is 173 - color contains mainly: green. Hex color #7CAD73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CAD73 is #83528C. Grayscale: #979797. Windows color (decimal): -8606349 or 7581052. OLE color: 7581052.

HSL color Cylindrical-coordinate representation of color #7CAD73: hue angle of 110.69º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7CAD73 is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB124173115-
CMYK0.2800.340.32
HSL110.69º26.13%56.47%-
HSV(B)110.69º33.53%67.84%-
XYZ26.3535.4121.67-
YUV151.74107.27108.22-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.10%
GREEN value IS 173 (67.97% from 255) = 41.99%
BLUE value IS 115 (45.31% from 255) = 27.91%
R=30.10%
G=41.99%
B=27.91%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1241731150.2800.340.32110.6926.1356.47
Hex7CAD731C022206f1a38
Octal17425516334042401573270
Binary1111100101011011110011111000100010100000110111111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,173,115); }

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

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

 a { background-color: rgb(124,173,115); }

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

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

 span { border-color: rgb(124,173,115); }

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