#7AB175

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

Shades of Amulet #7AB175

Tints of Amulet #7AB175

Color information

#7AB175 (or 0x7AB175) is unknown color: approx Amulet. HEX triplet: 7A, B1 and 75. RGB value is (122,177,117). Sum of RGB (Red+Green+Blue) = 122+177+117=416 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.33% from 416); Green value is 177 (69.53% from 255 or 42.55% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 177 - color contains mainly: green. Hex color #7AB175 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AB175 is #854E8A. Grayscale: #999999. Windows color (decimal): -8736395 or 7713146. OLE color: 7713146.

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

Color convert

RGB122177117-
CMYK0.3100.340.31
HSL115º27.78%57.65%-
HSV(B)115º33.9%69.41%-
XYZ26.9636.8722.52-
YUV153.72107.28105.38-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.33%
GREEN value IS 177 (69.53% from 255) = 42.55%
BLUE value IS 117 (46.09% from 255) = 28.12%
R=29.33%
G=42.55%
B=28.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1221771170.3100.340.3111527.7857.65
Hex7AB1751F0221F731c3a
Octal17226116537042371633472
Binary111101010110001111010111111010001011111111001111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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