#7CAA69

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

Shades of Amulet #7CAA69

Tints of Amulet #7CAA69

Color information

#7CAA69 (or 0x7CAA69) is unknown color: approx Amulet. HEX triplet: 7C, AA and 69. RGB value is (124,170,105). Sum of RGB (Red+Green+Blue) = 124+170+105=399 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.08% from 399); Green value is 170 (66.80% from 255 or 42.61% from 399); Blue value is 105 (41.41% from 255 or 26.32% from 399); Max value from RGB is 170 - color contains mainly: green. Hex color #7CAA69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CAA69 is #835596. Grayscale: #959595. Windows color (decimal): -8607127 or 6924924. OLE color: 6924924.

HSL color Cylindrical-coordinate representation of color #7CAA69: hue angle of 102.46º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7CAA69 is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB124170105-
CMYK0.2700.380.33
HSL102.46º27.66%53.92%-
HSV(B)102.46º38.24%66.67%-
XYZ25.2434.0518.61-
YUV148.84103.26110.29-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.08%
GREEN value IS 170 (66.80% from 255) = 42.61%
BLUE value IS 105 (41.41% from 255) = 26.32%
R=31.08%
G=42.61%
B=26.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1241701050.2700.380.33102.4627.6653.92
Hex7CAA691B02621661c36
Octal17425215133046411463466
Binary1111100101010101101001110110100110100001110011011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,170,105); }

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

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

 a { background-color: rgb(124,170,105); }

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

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

 span { border-color: rgb(124,170,105); }

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