#7AAB6A

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

Shades of Amulet #7AAB6A

Tints of Amulet #7AAB6A

Color information

#7AAB6A (or 0x7AAB6A) is unknown color: approx Amulet. HEX triplet: 7A, AB and 6A. RGB value is (122,171,106). Sum of RGB (Red+Green+Blue) = 122+171+106=399 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.58% from 399); Green value is 171 (67.19% from 255 or 42.86% from 399); Blue value is 106 (41.80% from 255 or 26.57% from 399); Max value from RGB is 171 - color contains mainly: green. Hex color #7AAB6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAB6A is #855495. Grayscale: #959595. Windows color (decimal): -8737942 or 6990714. OLE color: 6990714.

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

Color convert

RGB122171106-
CMYK0.2900.380.33
HSL105.23º27.9%54.31%-
HSV(B)105.23º38.01%67.06%-
XYZ25.1934.318.93-
YUV148.94103.77108.79-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.58%
GREEN value IS 171 (67.19% from 255) = 42.86%
BLUE value IS 106 (41.80% from 255) = 26.57%
R=30.58%
G=42.86%
B=26.57%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1221711060.2900.380.33105.2327.954.31
Hex7AAB6A1D02621691c36
Octal17225315235046411513466
Binary1111010101010111101010111010100110100001110100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAB6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,171,106); }

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

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

 a { background-color: rgb(122,171,106); }

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

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

 span { border-color: rgb(122,171,106); }

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