#7FA36A

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

Shades of Amulet #7FA36A

Tints of Amulet #7FA36A

Color information

#7FA36A (or 0x7FA36A) is unknown color: approx Amulet. HEX triplet: 7F, A3 and 6A. RGB value is (127,163,106). Sum of RGB (Red+Green+Blue) = 127+163+106=396 (52% of max value = 765). Red value is 127 (50% from 255 or 32.07% from 396); Green value is 163 (64.06% from 255 or 41.16% from 396); Blue value is 106 (41.80% from 255 or 26.77% from 396); Max value from RGB is 163 - color contains mainly: green. Hex color #7FA36A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA36A is #805C95. Grayscale: #919191. Windows color (decimal): -8412310 or 6988671. OLE color: 6988671.

HSL color Cylindrical-coordinate representation of color #7FA36A: hue angle of 97.89º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7FA36A is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB127163106-
CMYK0.2200.350.36
HSL97.89º23.65%52.75%-
HSV(B)97.89º34.97%63.92%-
XYZ24.4531.7518.47-
YUV145.74105.57114.63-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.07%
GREEN value IS 163 (64.06% from 255) = 41.16%
BLUE value IS 106 (41.80% from 255) = 26.77%
R=32.07%
G=41.16%
B=26.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1271631060.2200.350.3697.8923.6552.75
Hex7FA36A1602324621835
Octal17724315226043441423065
Binary1111111101000111101010101100100011100100110001011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA36A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,163,106); }

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

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

 a { background-color: rgb(127,163,106); }

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

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

 span { border-color: rgb(127,163,106); }

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