#7FAA69

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

Shades of Amulet #7FAA69

Tints of Amulet #7FAA69

Color information

#7FAA69 (or 0x7FAA69) is unknown color: approx Amulet. HEX triplet: 7F, AA and 69. RGB value is (127,170,105). Sum of RGB (Red+Green+Blue) = 127+170+105=402 (53% of max value = 765). Red value is 127 (50% from 255 or 31.59% from 402); Green value is 170 (66.80% from 255 or 42.29% from 402); Blue value is 105 (41.41% from 255 or 26.12% from 402); Max value from RGB is 170 - color contains mainly: green. Hex color #7FAA69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAA69 is #805596. Grayscale: #959595. Windows color (decimal): -8410519 or 6924927. OLE color: 6924927.

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

Color convert

RGB127170105-
CMYK0.2500.380.33
HSL99.69º27.66%53.92%-
HSV(B)99.69º38.24%66.67%-
XYZ25.6834.2818.63-
YUV149.73102.75111.79-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.59%
GREEN value IS 170 (66.80% from 255) = 42.29%
BLUE value IS 105 (41.41% from 255) = 26.12%
R=31.59%
G=42.29%
B=26.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1271701050.2500.380.3399.6927.6653.92
Hex7FAA691902621641c36
Octal17725215131046411443466
Binary1111111101010101101001110010100110100001110010011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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