#7AB36D

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

Shades of Amulet #7AB36D

Tints of Amulet #7AB36D

Color information

#7AB36D (or 0x7AB36D) is unknown color: approx Amulet. HEX triplet: 7A, B3 and 6D. RGB value is (122,179,109). Sum of RGB (Red+Green+Blue) = 122+179+109=410 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.76% from 410); Green value is 179 (70.31% from 255 or 43.66% from 410); Blue value is 109 (42.97% from 255 or 26.59% from 410); Max value from RGB is 179 - color contains mainly: green. Hex color #7AB36D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB36D is #854C92. Grayscale: #9A9A9A. Windows color (decimal): -8735891 or 7189370. OLE color: 7189370.

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

Color convert

RGB122179109-
CMYK0.3200.390.30
HSL108.86º31.53%56.47%-
HSV(B)108.86º39.11%70.2%-
XYZ26.9137.4820.28-
YUV153.98102.62105.19-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.76%
GREEN value IS 179 (70.31% from 255) = 43.66%
BLUE value IS 109 (42.97% from 255) = 26.59%
R=29.76%
G=43.66%
B=26.59%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1221791090.3200.390.30108.8631.5356.47
Hex7AB36D200271E6d2038
Octal17226315540047361554070
Binary11110101011001111011011000000100111111101101101100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB36D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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