#7FAD73

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

Shades of Amulet #7FAD73

Tints of Amulet #7FAD73

Color information

#7FAD73 (or 0x7FAD73) is unknown color: approx Amulet. HEX triplet: 7F, AD and 73. RGB value is (127,173,115). Sum of RGB (Red+Green+Blue) = 127+173+115=415 (54% of max value = 765). Red value is 127 (50% from 255 or 30.60% from 415); Green value is 173 (67.97% from 255 or 41.69% from 415); Blue value is 115 (45.31% from 255 or 27.71% from 415); Max value from RGB is 173 - color contains mainly: green. Hex color #7FAD73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAD73 is #80528C. Grayscale: #989898. Windows color (decimal): -8409741 or 7581055. OLE color: 7581055.

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

Color convert

RGB127173115-
CMYK0.2700.340.32
HSL107.59º26.13%56.47%-
HSV(B)107.59º33.53%67.84%-
XYZ26.7935.6421.69-
YUV152.63106.76109.72-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.60%
GREEN value IS 173 (67.97% from 255) = 41.69%
BLUE value IS 115 (45.31% from 255) = 27.71%
R=30.60%
G=41.69%
B=27.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1271731150.2700.340.32107.5926.1356.47
Hex7FAD731B022206c1a38
Octal17725516333042401543270
Binary1111111101011011110011110110100010100000110110011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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