#7AAC67

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

Shades of Amulet #7AAC67

Tints of Amulet #7AAC67

Color information

#7AAC67 (or 0x7AAC67) is unknown color: approx Amulet. HEX triplet: 7A, AC and 67. RGB value is (122,172,103). Sum of RGB (Red+Green+Blue) = 122+172+103=397 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.73% from 397); Green value is 172 (67.58% from 255 or 43.32% from 397); Blue value is 103 (40.62% from 255 or 25.94% from 397); Max value from RGB is 172 - color contains mainly: green. Hex color #7AAC67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAC67 is #855398. Grayscale: #959595. Windows color (decimal): -8737689 or 6794362. OLE color: 6794362.

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

Color convert

RGB122172103-
CMYK0.2900.400.33
HSL103.48º29.36%53.92%-
HSV(B)103.48º40.12%67.45%-
XYZ25.2334.6218.19-
YUV149.18101.94108.61-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.73%
GREEN value IS 172 (67.58% from 255) = 43.32%
BLUE value IS 103 (40.62% from 255) = 25.94%
R=30.73%
G=43.32%
B=25.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1221721030.2900.400.33103.4829.3653.92
Hex7AAC671D02821671d36
Octal17225414735050411473566
Binary1111010101011001100111111010101000100001110011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAC67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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