#7A9B6D

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

Shades of Amulet #7A9B6D

Tints of Amulet #7A9B6D

Color information

#7A9B6D (or 0x7A9B6D) is unknown color: approx Amulet. HEX triplet: 7A, 9B and 6D. RGB value is (122,155,109). Sum of RGB (Red+Green+Blue) = 122+155+109=386 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.61% from 386); Green value is 155 (60.94% from 255 or 40.16% from 386); Blue value is 109 (42.97% from 255 or 28.24% from 386); Max value from RGB is 155 - color contains mainly: green. Hex color #7A9B6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A9B6D is #856492. Grayscale: #8C8C8C. Windows color (decimal): -8742035 or 7183226. OLE color: 7183226.

HSL color Cylindrical-coordinate representation of color #7A9B6D: hue angle of 103.04º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7A9B6D is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB122155109-
CMYK0.2100.300.39
HSL103.04º18.7%51.76%-
HSV(B)103.04º29.68%60.78%-
XYZ22.5128.6818.82-
YUV139.89110.57115.24-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.61%
GREEN value IS 155 (60.94% from 255) = 40.16%
BLUE value IS 109 (42.97% from 255) = 28.24%
R=31.61%
G=40.16%
B=28.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1221551090.2100.300.39103.0418.751.76
Hex7A9B6D1501E27671334
Octal17223315525036471472364
Binary111101010011011110110110101011110100111110011110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,155,109); }

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

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

 a { background-color: rgb(122,155,109); }

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

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

 span { border-color: rgb(122,155,109); }

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