#7AB16B

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

Shades of Amulet #7AB16B

Tints of Amulet #7AB16B

Color information

#7AB16B (or 0x7AB16B) is unknown color: approx Amulet. HEX triplet: 7A, B1 and 6B. RGB value is (122,177,107). Sum of RGB (Red+Green+Blue) = 122+177+107=406 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.05% from 406); Green value is 177 (69.53% from 255 or 43.60% from 406); Blue value is 107 (42.19% from 255 or 26.35% from 406); Max value from RGB is 177 - color contains mainly: green. Hex color #7AB16B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AB16B is #854E94. Grayscale: #989898. Windows color (decimal): -8736405 or 7057786. OLE color: 7057786.

HSL color Cylindrical-coordinate representation of color #7AB16B: hue angle of 107.14º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7AB16B is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB122177107-
CMYK0.3100.400.31
HSL107.14º30.97%55.69%-
HSV(B)107.14º39.55%69.41%-
XYZ26.436.6419.59-
YUV152.58102.28106.19-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.05%
GREEN value IS 177 (69.53% from 255) = 43.60%
BLUE value IS 107 (42.19% from 255) = 26.35%
R=30.05%
G=43.60%
B=26.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1221771070.3100.400.31107.1430.9755.69
Hex7AB16B1F0281F6b1f38
Octal17226115337050371533770
Binary111101010110001110101111111010100011111110101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB16B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,177,107); }

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

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

 a { background-color: rgb(122,177,107); }

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

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

 span { border-color: rgb(122,177,107); }

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