#7AAE66

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

Shades of Amulet #7AAE66

Tints of Amulet #7AAE66

Color information

#7AAE66 (or 0x7AAE66) is unknown color: approx Amulet. HEX triplet: 7A, AE and 66. RGB value is (122,174,102). Sum of RGB (Red+Green+Blue) = 122+174+102=398 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.65% from 398); Green value is 174 (68.36% from 255 or 43.72% from 398); Blue value is 102 (40.23% from 255 or 25.63% from 398); Max value from RGB is 174 - color contains mainly: green. Hex color #7AAE66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAE66 is #855199. Grayscale: #969696. Windows color (decimal): -8737178 or 6729338. OLE color: 6729338.

HSL color Cylindrical-coordinate representation of color #7AAE66: hue angle of 103.33º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7AAE66 is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB122174102-
CMYK0.3000.410.32
HSL103.33º30.77%54.12%-
HSV(B)103.33º41.38%68.24%-
XYZ25.5635.3718.05-
YUV150.24100.77107.85-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.65%
GREEN value IS 174 (68.36% from 255) = 43.72%
BLUE value IS 102 (40.23% from 255) = 25.63%
R=30.65%
G=43.72%
B=25.63%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1221741020.3000.410.32103.3330.7754.12
Hex7AAE661E02920671f36
Octal17225614636051401473766
Binary1111010101011101100110111100101001100000110011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,174,102); }

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

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

 a { background-color: rgb(122,174,102); }

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

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

 span { border-color: rgb(122,174,102); }

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