#7AB26C

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

Shades of Amulet #7AB26C

Tints of Amulet #7AB26C

Color information

#7AB26C (or 0x7AB26C) is unknown color: approx Amulet. HEX triplet: 7A, B2 and 6C. RGB value is (122,178,108). Sum of RGB (Red+Green+Blue) = 122+178+108=408 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.90% from 408); Green value is 178 (69.92% from 255 or 43.63% from 408); Blue value is 108 (42.58% from 255 or 26.47% from 408); Max value from RGB is 178 - color contains mainly: green. Hex color #7AB26C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AB26C is #854D93. Grayscale: #999999. Windows color (decimal): -8736148 or 7123578. OLE color: 7123578.

HSL color Cylindrical-coordinate representation of color #7AB26C: hue angle of 108º degrees, saturation: 0.31, 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 #7AB26C is Cyan = 0.31, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB122178108-
CMYK0.3100.390.30
HSL108º31.25%56.08%-
HSV(B)108º39.33%69.8%-
XYZ26.6537.0619.94-
YUV153.28102.45105.69-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.90%
GREEN value IS 178 (69.92% from 255) = 43.63%
BLUE value IS 108 (42.58% from 255) = 26.47%
R=29.90%
G=43.63%
B=26.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1221781080.3100.390.3010831.2556.08
Hex7AB26C1F0271E6c1f38
Octal17226215437047361543770
Binary111101010110010110110011111010011111110110110011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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