#7AAC7B

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

Shades of Amulet #7AAC7B

Tints of Amulet #7AAC7B

Color information

#7AAC7B (or 0x7AAC7B) is unknown color: approx Amulet. HEX triplet: 7A, AC and 7B. RGB value is (122,172,123). Sum of RGB (Red+Green+Blue) = 122+172+123=417 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.26% from 417); Green value is 172 (67.58% from 255 or 41.25% from 417); Blue value is 123 (48.44% from 255 or 29.50% from 417); Max value from RGB is 172 - color contains mainly: green. Hex color #7AAC7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAC7B is #855384. Grayscale: #979797. Windows color (decimal): -8737669 or 8105082. OLE color: 8105082.

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

Color convert

RGB122172123-
CMYK0.2900.280.33
HSL121.2º23.15%57.65%-
HSV(B)121.2º29.07%67.45%-
XYZ26.3535.0724.12-
YUV151.46111.94106.98-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.26%
GREEN value IS 172 (67.58% from 255) = 41.25%
BLUE value IS 123 (48.44% from 255) = 29.50%
R=29.26%
G=41.25%
B=29.50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1221721230.2900.280.33121.223.1557.65
Hex7AAC7B1D01C2179173a
Octal17225417335034411712772
Binary111101010101100111101111101011100100001111100110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAC7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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