#7FA969

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

Shades of Amulet #7FA969

Tints of Amulet #7FA969

Color information

#7FA969 (or 0x7FA969) is unknown color: approx Amulet. HEX triplet: 7F, A9 and 69. RGB value is (127,169,105). Sum of RGB (Red+Green+Blue) = 127+169+105=401 (53% of max value = 765). Red value is 127 (50% from 255 or 31.67% from 401); Green value is 169 (66.41% from 255 or 42.14% from 401); Blue value is 105 (41.41% from 255 or 26.18% from 401); Max value from RGB is 169 - color contains mainly: green. Hex color #7FA969 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA969 is #805696. Grayscale: #959595. Windows color (decimal): -8410775 or 6924671. OLE color: 6924671.

HSL color Cylindrical-coordinate representation of color #7FA969: hue angle of 99.38º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FA969 is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB127169105-
CMYK0.2500.380.34
HSL99.38º27.12%53.73%-
HSV(B)99.38º37.87%66.27%-
XYZ25.4933.9118.57-
YUV149.15103.09112.2-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.67%
GREEN value IS 169 (66.41% from 255) = 42.14%
BLUE value IS 105 (41.41% from 255) = 26.18%
R=31.67%
G=42.14%
B=26.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1271691050.2500.380.3499.3827.1253.73
Hex7FA9691902622631b36
Octal17725115131046421433366
Binary1111111101010011101001110010100110100010110001111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,169,105); }

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

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

 a { background-color: rgb(127,169,105); }

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

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

 span { border-color: rgb(127,169,105); }

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