#7ab470

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

Shades of Amulet #7AB470

Tints of Amulet #7AB470

Color information

#7AB470 (or 0x7AB470) is unknown color: approx Amulet. HEX triplet: 7A, B4 and 70. RGB value is (122,180,112). Sum of RGB (Red+Green+Blue) = 122+180+112=414 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.47% from 414); Green value is 180 (70.70% from 255 or 43.48% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 180 - color contains mainly: green. Hex color #7AB470 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB470 is #854B8F. Grayscale: #9B9B9B. Windows color (decimal): -8735632 or 7386234. OLE color: 7386234.

HSL color Cylindrical-coordinate representation of color #7AB470: hue angle of 111.18º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7AB470 is Cyan = 0.32, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB122180112-
CMYK0.3200.380.29
HSL111.18º31.19%57.25%-
HSV(B)111.18º37.78%70.59%-
XYZ27.2737.9521.22-
YUV154.91103.78104.53-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.47%
GREEN value IS 180 (70.70% from 255) = 43.48%
BLUE value IS 112 (44.14% from 255) = 27.05%
R=29.47%
G=43.48%
B=27.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1221801120.3200.380.29111.1831.1957.25
Hex7AB470200261D6f1f39
Octal17226416040046351573771
Binary1111010101101001110000100000010011011101110111111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ab470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,180,112); }

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

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

 a { background-color: rgb(122,180,112); }

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

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

 span { border-color: rgb(122,180,112); }

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