#7AB36F

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

Shades of Amulet #7AB36F

Tints of Amulet #7AB36F

Color information

#7AB36F (or 0x7AB36F) is unknown color: approx Amulet. HEX triplet: 7A, B3 and 6F. RGB value is (122,179,111). Sum of RGB (Red+Green+Blue) = 122+179+111=412 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.61% from 412); Green value is 179 (70.31% from 255 or 43.45% from 412); Blue value is 111 (43.75% from 255 or 26.94% from 412); Max value from RGB is 179 - color contains mainly: green. Hex color #7AB36F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB36F is #854C90. Grayscale: #9A9A9A. Windows color (decimal): -8735889 or 7320442. OLE color: 7320442.

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

Color convert

RGB122179111-
CMYK0.3200.380.30
HSL110.29º30.91%56.86%-
HSV(B)110.29º37.99%70.2%-
XYZ27.0237.5320.86-
YUV154.2103.62105.03-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.61%
GREEN value IS 179 (70.31% from 255) = 43.45%
BLUE value IS 111 (43.75% from 255) = 26.94%
R=29.61%
G=43.45%
B=26.94%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1221791110.3200.380.30110.2930.9156.86
Hex7AB36F200261E6e1f39
Octal17226315740046361563771
Binary1111010101100111101111100000010011011110110111011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB36F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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