#7AB272

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

Shades of Amulet #7AB272

Tints of Amulet #7AB272

Color information

#7AB272 (or 0x7AB272) is unknown color: approx Amulet. HEX triplet: 7A, B2 and 72. RGB value is (122,178,114). Sum of RGB (Red+Green+Blue) = 122+178+114=414 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.47% from 414); Green value is 178 (69.92% from 255 or 43.00% from 414); Blue value is 114 (44.92% from 255 or 27.54% from 414); Max value from RGB is 178 - color contains mainly: green. Hex color #7AB272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AB272 is #854D8D. Grayscale: #9A9A9A. Windows color (decimal): -8736142 or 7516794. OLE color: 7516794.

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

Color convert

RGB122178114-
CMYK0.3100.360.30
HSL112.5º29.36%57.25%-
HSV(B)112.5º35.96%69.8%-
XYZ26.9837.1921.68-
YUV153.96105.45105.2-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.47%
GREEN value IS 178 (69.92% from 255) = 43.00%
BLUE value IS 114 (44.92% from 255) = 27.54%
R=29.47%
G=43.00%
B=27.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1221781140.3100.360.30112.529.3657.25
Hex7AB2721F0241E701d39
Octal17226216237044361603571
Binary111101010110010111001011111010010011110111000011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,178,114); }

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

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

 a { background-color: rgb(122,178,114); }

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

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

 span { border-color: rgb(122,178,114); }

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