#7A9C6F

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

Shades of Amulet #7A9C6F

Tints of Amulet #7A9C6F

Color information

#7A9C6F (or 0x7A9C6F) is unknown color: approx Amulet. HEX triplet: 7A, 9C and 6F. RGB value is (122,156,111). Sum of RGB (Red+Green+Blue) = 122+156+111=389 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.36% from 389); Green value is 156 (61.33% from 255 or 40.10% from 389); Blue value is 111 (43.75% from 255 or 28.53% from 389); Max value from RGB is 156 - color contains mainly: green. Hex color #7A9C6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A9C6F is #856390. Grayscale: #8C8C8C. Windows color (decimal): -8741777 or 7314554. OLE color: 7314554.

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

Color convert

RGB122156111-
CMYK0.2200.290.39
HSL105.33º18.52%52.35%-
HSV(B)105.33º28.85%61.18%-
XYZ22.7829.0619.45-
YUV140.7111.24114.66-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.36%
GREEN value IS 156 (61.33% from 255) = 40.10%
BLUE value IS 111 (43.75% from 255) = 28.53%
R=31.36%
G=40.10%
B=28.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1221561110.2200.290.39105.3318.5252.35
Hex7A9C6F1601D27691334
Octal17223415726035471512364
Binary111101010011100110111110110011101100111110100110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,156,111); }

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

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

 a { background-color: rgb(122,156,111); }

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

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

 span { border-color: rgb(122,156,111); }

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