#7aac69

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

Shades of Amulet #7AAC69

Tints of Amulet #7AAC69

Color information

#7AAC69 (or 0x7AAC69) is unknown color: approx Amulet. HEX triplet: 7A, AC and 69. RGB value is (122,172,105). Sum of RGB (Red+Green+Blue) = 122+172+105=399 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.58% from 399); Green value is 172 (67.58% from 255 or 43.11% from 399); Blue value is 105 (41.41% from 255 or 26.32% from 399); Max value from RGB is 172 - color contains mainly: green. Hex color #7AAC69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAC69 is #855396. Grayscale: #959595. Windows color (decimal): -8737687 or 6925434. OLE color: 6925434.

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

Color convert

RGB122172105-
CMYK0.2900.390.33
HSL104.78º28.76%54.31%-
HSV(B)104.78º38.95%67.45%-
XYZ25.3334.6618.72-
YUV149.41102.94108.45-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.58%
GREEN value IS 172 (67.58% from 255) = 43.11%
BLUE value IS 105 (41.41% from 255) = 26.32%
R=30.58%
G=43.11%
B=26.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1221721050.2900.390.33104.7828.7654.31
Hex7AAC691D02721691d36
Octal17225415135047411513566
Binary1111010101011001101001111010100111100001110100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7aac69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,172,105); }

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

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

 a { background-color: rgb(122,172,105); }

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

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

 span { border-color: rgb(122,172,105); }

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