#7FA47A

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

Shades of Amulet #7FA47A

Tints of Amulet #7FA47A

Color information

#7FA47A (or 0x7FA47A) is unknown color: approx Amulet. HEX triplet: 7F, A4 and 7A. RGB value is (127,164,122). Sum of RGB (Red+Green+Blue) = 127+164+122=413 (54% of max value = 765). Red value is 127 (50% from 255 or 30.75% from 413); Green value is 164 (64.45% from 255 or 39.71% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 164 - color contains mainly: green. Hex color #7FA47A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA47A is #805B85. Grayscale: #949494. Windows color (decimal): -8412038 or 8037503. OLE color: 8037503.

HSL color Cylindrical-coordinate representation of color #7FA47A: hue angle of 112.86º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7FA47A is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB127164122-
CMYK0.2300.260.36
HSL112.86º18.75%56.08%-
HSV(B)112.86º25.61%64.31%-
XYZ25.5432.4723.33-
YUV148.15113.24112.92-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.75%
GREEN value IS 164 (64.45% from 255) = 39.71%
BLUE value IS 122 (48.05% from 255) = 29.54%
R=30.75%
G=39.71%
B=29.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1271641220.2300.260.36112.8618.7556.08
Hex7FA47A1701A24711338
Octal17724417227032441612370
Binary111111110100100111101010111011010100100111000110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,164,122); }

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

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

 a { background-color: rgb(127,164,122); }

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

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

 span { border-color: rgb(127,164,122); }

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