#7AB16C

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

Shades of Amulet #7AB16C

Tints of Amulet #7AB16C

Color information

#7AB16C (or 0x7AB16C) is unknown color: approx Amulet. HEX triplet: 7A, B1 and 6C. RGB value is (122,177,108). Sum of RGB (Red+Green+Blue) = 122+177+108=407 (53% of max value = 765). Red value is 122 (48.05% from 255 or 29.98% from 407); Green value is 177 (69.53% from 255 or 43.49% from 407); Blue value is 108 (42.58% from 255 or 26.54% from 407); Max value from RGB is 177 - color contains mainly: green. Hex color #7AB16C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AB16C is #854E93. Grayscale: #989898. Windows color (decimal): -8736404 or 7123322. OLE color: 7123322.

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

Color convert

RGB122177108-
CMYK0.3100.390.31
HSL107.83º30.67%55.88%-
HSV(B)107.83º38.98%69.41%-
XYZ26.4536.6619.87-
YUV152.69102.78106.11-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.98%
GREEN value IS 177 (69.53% from 255) = 43.49%
BLUE value IS 108 (42.58% from 255) = 26.54%
R=29.98%
G=43.49%
B=26.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1221771080.3100.390.31107.8330.6755.88
Hex7AB16C1F0271F6c1f38
Octal17226115437047371543770
Binary111101010110001110110011111010011111111110110011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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