#7AA367

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

Shades of Amulet #7AA367

Tints of Amulet #7AA367

Color information

#7AA367 (or 0x7AA367) is unknown color: approx Amulet. HEX triplet: 7A, A3 and 67. RGB value is (122,163,103). Sum of RGB (Red+Green+Blue) = 122+163+103=388 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.44% from 388); Green value is 163 (64.06% from 255 or 42.01% from 388); Blue value is 103 (40.62% from 255 or 26.55% from 388); Max value from RGB is 163 - color contains mainly: green. Hex color #7AA367 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA367 is #855C98. Grayscale: #909090. Windows color (decimal): -8739993 or 6792058. OLE color: 6792058.

HSL color Cylindrical-coordinate representation of color #7AA367: hue angle of 101º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7AA367 is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB122163103-
CMYK0.2500.370.36
HSL101º24.59%52.16%-
HSV(B)101º36.81%63.92%-
XYZ23.5731.3117.63-
YUV143.9104.92112.38-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.44%
GREEN value IS 163 (64.06% from 255) = 42.01%
BLUE value IS 103 (40.62% from 255) = 26.55%
R=31.44%
G=42.01%
B=26.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1221631030.2500.370.3610124.5952.16
Hex7AA3671902524651934
Octal17224314731045441453164
Binary1111010101000111100111110010100101100100110010111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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